Skip to content

Commit

Permalink
Merge pull request #60 from zowe/automatic-previews
Browse files Browse the repository at this point in the history
Fix path reference in deploy-pr
  • Loading branch information
awharn authored Mar 4, 2024
2 parents b1d63fd + 4711f24 commit 06f8f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: results
path: docs/pr-${{ github.ref_name }}
path: docs/pr-${{ github.event.number }}

- name: Resolve Artifact
run: |
Expand Down

0 comments on commit 06f8f6a

Please sign in to comment.