Skip to content
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
remal committed Nov 2, 2024
1 parent 539e3f7 commit 4c3df2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/template-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@ jobs:
.github/workflows/template-cleanup.yml
- name: Push back
if: ${{github.event_name == 'push' && startsWith(github.ref, 'refs/heads/')}}
id: push-back
if: ${{github.event_name == 'push' && startsWith(github.ref, 'refs/heads/')}}
uses: remal-github-actions/push-back@v1
with:
githubToken: ${{secrets.PUSH_BACK_TOKEN || github.token}}
message: 'Template cleanup'

- name: Fail if the repository was changed before pushing back
Expand Down

0 comments on commit 4c3df2a

Please sign in to comment.