Skip to content

Commit

Permalink
remove depracated things
Browse files Browse the repository at this point in the history
  • Loading branch information
jorendumoulin committed Jan 8, 2024
1 parent a9c2152 commit 2ba5163
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-run-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
echo "github.ref: ${{ github.ref }}"
echo "event.number: ${{ github.event.number }}"
if [ "${{ github.event_name }}" == "workflow_run" ] && [ "${{github.ref}}" != "refs/heads/main" ]; then
echo "::set-output name=container-tag::pr-${{github.event.number}}"
echo "{container-tag}={pr-${{github.event.number}}}" >> $GITHUB_OUTPUT
else
echo "::set-output name=container-tag::main"
echo "{container-tag}={main}" >> $GITHUB_OUTPUT
fi
build-and-run-kernels:
Expand Down

0 comments on commit 2ba5163

Please sign in to comment.