Skip to content

Commit

Permalink
add missing " #1
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm committed Jul 17, 2024
1 parent c1ec814 commit b3861eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
id: repo_name
run: |
prefix=$(echo "${{ github.repository }}" | cut -d'/' -f2)
echo "prefix=$prefix >> GITHUB_OUTPUT
echo "prefix=$prefix" >> GITHUB_OUTPUT
- name: Upload PDF
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit b3861eb

Please sign in to comment.