Skip to content

Commit

Permalink
touch up workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pputman12 committed May 29, 2024
1 parent acb2b9e commit 1e8e4c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/comment-on-linter-error.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ jobs:
- name: Save PR number
run: |
mkdir -p ./pr
echo ${{ github.event.number }} > ./pr/NR
echo ${{ github.event.number }} > ./pr/pr-number
- uses: actions/upload-artifact@v4
with:
name: pr-number
path: pr/NR
path: pr/pr-number
- name: 'Download artifact'
uses: actions/download-artifact@v4
with:
name: pr-number
path: pr/
path: pr/pr-number
- name: Display structure of downloaded files
run: ls -R pr

Expand Down

0 comments on commit 1e8e4c4

Please sign in to comment.