Skip to content

Commit

Permalink
Fix checkout ref
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi committed Nov 21, 2023
1 parent eb4dd1a commit 8f5a601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ansys_lab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: env.DESTINATION_BRANCH_NAME
ref: ${{ env.DESTINATION_BRANCH_NAME }}

- name: "Download Release Asset - HTML"
uses: dsaltares/[email protected]
Expand Down

0 comments on commit 8f5a601

Please sign in to comment.