Skip to content

Commit

Permalink
Update push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ij-israfil authored Oct 22, 2023
1 parent 6f677b0 commit a98128e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
contents: write
steps:
- name: Check Out
uses: actions/checkout@v3
uses: actions/checkout@v3.6.0
- name: Display Run Parameters
run: |
rm trigger.txt
Expand All @@ -21,10 +21,11 @@ jobs:
cat trigger.txt
- name: Commit & Push changes
uses: actions-js/push@master
uses: actions-js/push@v1.4
with:
branch: "superior"
branch: "superior"
github_token: ${{ secrets.GH_TOKEN }}
author_email: '[email protected]'
author_name: 'RecoveryBuilder'
message: 'RecoveryBuilder: Trigger Build'
author_email: '[email protected]'
author_name: 'Ij-Israfil'
message: 'Builder: Trigger Build'

0 comments on commit a98128e

Please sign in to comment.