Skip to content

Commit 90e96fc

Browse files
KIBruhdatamuc
authored andcommitted
fix: update deploy-docs workflow to use v1.7.3
Use specific version v1.7.3 instead of major version v1 to restore missing functionality (target-directory, commit-message, user-name). The v1 major tag points to a different, simplified version that lacks the features our workflow requires. v1.7.3 maintains full compatibility with our existing configuration while providing Node.js 24 support.
1 parent ffd02c9 commit 90e96fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v6
1212
- name: Deploy
13-
uses: cpina/github-action-push-to-another-repository@v1
13+
uses: cpina/github-action-push-to-another-repository@v1.7.3
1414
env:
1515
SSH_DEPLOY_KEY: ${{ secrets.OMD_CONSOL_DE_KEY }}
1616
with:

0 commit comments

Comments
 (0)