Skip to content

Commit

Permalink
fix git add path
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Heinrich <andreas.heinrich@rwth-aachen.de>
  • Loading branch information
andistorm committed Sep 3, 2024
1 parent 43778a8 commit 7ba5bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-actions/deploy-ci-logs/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ runs:
- name: Commit and push logs
shell: bash
run: |
git ${{ steps.determine_target_path.outputs.target_path }}
git add ${{ steps.determine_target_path.outputs.target_path }}
git commit -m "Deploy logs: ${{ inputs.source_repo }}/${{ inputs.workflow_run_id }}/${{ inputs.logs_name }}"
git push
working-directory: gh-pages-repo

0 comments on commit 7ba5bbe

Please sign in to comment.