Skip to content

Commit

Permalink
Update run_script_and_create_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mguaypaq committed Nov 8, 2023
1 parent 5747386 commit ccb66ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_script_and_create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:

- name: Checkout spinalcordtoolbox
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: spinalcordtoolbox/spinalcordtoolbox
path: spinalcordtoolbox
Expand All @@ -47,7 +47,7 @@ jobs:
cat ~/.bashrc | grep "export PATH" | grep -o "/.*" | cut -d ':' -f 1 >> $GITHUB_PATH
- name: "Checkout '${{ github.event.repository.name }}'"
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: ${{ env.GITHUB_SHA }}
path: ${{ github.event.repository.name }}
Expand Down Expand Up @@ -82,4 +82,4 @@ jobs:
tag_name: ${{ github.event.inputs.release_title }}
release_id: ${{ steps.create_release.outputs.id }}
# Only attach to release if workflow is run manually. (This allows the workflow to double as a PR test.)
if: github.event_name == 'workflow_dispatch'
if: github.event_name == 'workflow_dispatch'

0 comments on commit ccb66ce

Please sign in to comment.