Skip to content

Commit

Permalink
reorder (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadin-Starkware authored Oct 22, 2024
1 parent 661d0e3 commit 9358fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/updload_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: set env vars
# if: github.event.workflow_run.pull_requests != ''
run: |
echo "GH_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> $GITHUB_ENV
pr_number=$(gh pr list --head "${{ github.event.workflow_run.head_branch }}" --json number --jq '.[0].number')
echo "PR_NUMBER=$pr_number" >> $GITHUB_ENV
echo "WORKFLOW_LINK=$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" >> $GITHUB_ENV
echo "GH_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> $GITHUB_ENV
echo "The workflow run URL is: $GITHUB_RUN_URL"
- name: Add a comment to the PR
Expand Down

0 comments on commit 9358fcd

Please sign in to comment.