Skip to content

Commit

Permalink
Remove shell key on checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
ecPablo committed Jul 18, 2023
1 parent 6569f8a commit 5a2260c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ runs:
shell: bash
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Checkout sources
shell: bash
uses: actions/checkout@v3
with:
submodules: 'recursive'
Expand Down

0 comments on commit 5a2260c

Please sign in to comment.