Skip to content

Commit

Permalink
delete (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadin-Starkware authored Oct 21, 2024
1 parent cc511c0 commit a7ae918
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/updload_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
echo "The workflow run name is: ${{ github.run_id }}"
- name: Get PR Number 1
# if: github.event.workflow_run.pull_requests != ''
run: |
pr_number=$(echo "${{ toJson(github.event.workflow_run.pull_requests) }}" | jq '.[0].number')
echo "PR_NUMBER=$pr_number" >> $GITHUB_ENV
echo "The workflow run URL is: $GITHUB_RUN_URL"
# - name: Get PR Number 1
# # if: github.event.workflow_run.pull_requests != ''
# run: |
# pr_number=$(echo "${{ toJson(github.event.workflow_run.pull_requests) }}" | jq '.[0].number')
# echo "PR_NUMBER=$pr_number" >> $GITHUB_ENV
# echo "The workflow run URL is: $GITHUB_RUN_URL"

- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit a7ae918

Please sign in to comment.