Skip to content

Commit 52934fb

Browse files
committed
Remove unnecessary shell specification in action.yml
1 parent 25d2a30 commit 52934fb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ runs:
265265
SHOW_BANNER: ${{ inputs.show-banner }}
266266
TEMP: ${{ runner.temp }}
267267
GITHUB_WORKSPACE: ${{ github.workspace }}
268-
shell: bash
269268
- name: Upload Copilot Artifacts
270269
uses: actions/upload-artifact@v4
271270
if: ${{ always() && inputs.upload-artifact == 'true' }}

0 commit comments

Comments
 (0)