Skip to content

Commit

Permalink
fix: test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bramstroker committed Jan 18, 2025
1 parent 23c7f71 commit 1cab752
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr-comment-upload-and-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,10 @@ jobs:
path: artifacts
github-token: ${{ secrets.GITHUB_TOKEN }}
run-id: ${{ github.event.workflow_run.id }}
- name: Display structure of downloaded files
run: ls -lash artifacts
- name: Read PR number
id: read-pr-number
run: |
echo "PR_NUMBER=$(artifacts/pr_number.txt)" >> $GITHUB_ENV
echo "PR_NUMBER=$(cat artifacts/pr_number.txt)" >> $GITHUB_ENV
- name: Upload the plots to Imgur
uses: devicons/public-upload-to-imgur@v2
id: imgur_step
Expand Down

0 comments on commit 1cab752

Please sign in to comment.