File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 - stable29
1414
1515permissions :
16- contents : read
16+ contents : write
1717
1818concurrency :
1919 group : update-node-dist-${{ github.head_ref || github.ref || github.run_id }}
2626 steps :
2727 - name : Checkout
2828 uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
29- with :
30- persist-credentials : false
31- token : ${{ secrets.BOT_GITHUB_TOKEN }}
3229
3330 - name : Read package.json node and npm engines version
3431 uses : skjnldsv/read-package-engines-version-actions@8205673bab74a63eb9b8093402fd9e0e018663a1 # v2.1
7976
8077 - name : Add and commit
8178 if : steps.changes.outputs.CHANGED != ''
82- env :
83- HEAD_REF : ${{ needs.init.outputs.head_ref }}
8479 run : |
8580 git add --force js/ css/
8681 git commit --signoff -m 'chore(assets): recompile assets'
87- git push origin "$HEAD_REF"
82+ git push origin ${{ github.head_ref }}
You can’t perform that action at this time.
0 commit comments