File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 steps :
1616 - name : Auth and Checkout
1717 id : auth_and_checkout
18- uses : gittools/cicd/auth-checkout@main
18+ uses : gittools/cicd/auth-checkout@v1
1919 with :
2020 op_service_account_token : ${{ secrets.OP_SERVICE_ACCOUNT_TOKEN }}
2121 fetch-depth : 1
2929 dir -r .azure\**\*.yml | % { update-ci-files $_ -OldVersion $oldTag -NewVersion $newTag }
3030 name: Update examples version
3131
32- - uses : gittools/cicd/git-commit-push@main
32+ - uses : gittools/cicd/git-commit-push@v1
3333 with :
3434 message : " update gittools.gittools version to ${{ github.event.client_payload.newTag }}"
3535 name : Push changes
Original file line number Diff line number Diff line change 2626 dir -r .azure\gittools.gittools-test\**\*.yml | % { update-ci-files $_ -OldVersion $oldTag -NewVersion $newTag }
2727 name: Update examples version
2828
29- - uses : gittools/cicd/git-commit-push@main
29+ - uses : gittools/cicd/git-commit-push@v1
3030 with :
3131 message : " update gittools.gittools-test version to ${{ github.event.client_payload.newTag }}"
3232 name : Push changes
You can’t perform that action at this time.
0 commit comments