Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2022-08-13 22:16:17 +01:00
parent ec905ffc2a
commit 449c65179b
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -137,7 +137,7 @@ jobs:
run: |
echo "$(sha256sum bootstrap-salt.sh | awk '{ print $1 }')" > bootstrap-salt.sh.sha256
echo "$(sha256sum bootstrap-salt.ps1 | awk '{ print $1 }')" > bootstrap-salt.ps1.sha256
git commmit -a -m "Update sha256 checksums" || git commmit -a -m "Update sha256 checksums"
git commit -a -m "Update sha256 checksums" || git commit -a -m "Update sha256 checksums"
- name: Push Changes
uses: ad-m/github-push-action@master