Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila authored Aug 25, 2023
1 parent c8a1d17 commit 0dd1be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
action_fail_on_inconclusive: true
json_file: test-results.json
- name: Upload test results to GitHub Gist
if: github.repository == 'sungaila/PDFtoImage' && GITHUB_REF == 'refs/heads/master'
if: github.repository == 'sungaila/PDFtoImage' && $GITHUB_REF == 'refs/heads/master'
uses: exuanbo/actions-deploy-gist@main
with:
token: ${{ secrets.GIST_TOKEN }}
Expand Down

0 comments on commit 0dd1be9

Please sign in to comment.