diff --git a/.github/workflows/testing-regular-issues.yml b/.github/workflows/testing-regular-issues.yml index 1b16129..8e6742d 100644 --- a/.github/workflows/testing-regular-issues.yml +++ b/.github/workflows/testing-regular-issues.yml @@ -55,13 +55,12 @@ jobs: - name: test echo run: | echo ${{ env.OS_PATH }} -# echo ${{ env.OS_SHELL }} echo ${{ env.OS_FILE_EXTENSION }} shell: bash - name: Download Issues with end limit id: normalIssuesWithEndLimit run: ./${{ env.OS_PATH }}/magpi-issue-downloader.${{ env.OS_FILE_EXTENSION }} -l 2 - shell: pwsh + shell: powershell - name: Download Issues with start limit id: normalIssuesWithStartLimit