mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-10124] jobs after merge are failing (#4809)
* [ACS-10124] Use commit hash instead commit tag * [ACS-10124] Added comments with tags
This commit is contained in:
@@ -150,7 +150,7 @@ jobs:
|
||||
fi
|
||||
- name: Commit Code
|
||||
if: ${{ needs.upstream.outputs.hasNewVersion == 'true' }}
|
||||
uses: stefanzweifel/git-auto-commit-action@v6
|
||||
uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 #v6
|
||||
with:
|
||||
commit_message: "[ci:force][auto-commit] Update dependencies ADF:${{ needs.upstream.outputs.latestADFVersion }} JS:${{ needs.upstream.outputs.latestJSVersion }}"
|
||||
branch: upstream-dependencies
|
||||
|
||||
Reference in New Issue
Block a user