Skip to content

Commit

Permalink
fix: correctly substitute github repo name in screenshot action
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk committed May 30, 2024
1 parent 0ac4939 commit 0b94fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-screenshots/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ runs:
git config --global user.name "${{ inputs.bot-name }}"
git add -A .
git commit -m "data: screenshots for ${github.repository_owner}/${snap_name}#${{ inputs.issue-number }}"
git commit -m "data: screenshots for ${{github.repository_owner}}/${snap_name}#${{ inputs.issue-number }}"
git push origin main
echo "screen=https://raw.githubusercontent.com/${{ inputs.screenshots-repo }}/main/${file_prefix}-screen.png" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 0b94fba

Please sign in to comment.