File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Action to commit a file or directory to another repo using a deploy key.
7
7
* Add the private key to your source repo as a secret
8
8
* Add this action to your workflow:
9
9
``` yaml
10
- uses : leigholiver/commit-with-deploy-key@v1.0.3
10
+ uses : leigholiver/commit-with-deploy-key@v1.0.4
11
11
with :
12
12
source : build_output
13
13
destination_folder : dist
Original file line number Diff line number Diff line change 1
- v1.0.3
1
+ v1.0.4
Original file line number Diff line number Diff line change @@ -48,5 +48,5 @@ git commit -m "${INPUT_COMMIT_MESSAGE}" || echo
48
48
GIT_SSH_COMMAND=$GIT_SSH git push -u origin $INPUT_DESTINATION_BRANCH
49
49
50
50
# output the commit hash
51
- echo " ::set-output name= commit_hash:: $( git rev-parse HEAD) "
51
+ echo " commit_hash= $( git rev-parse HEAD) " >> $GITHUB_OUTPUT
52
52
exit 0
You can’t perform that action at this time.
0 commit comments