Merge pull request #1508 from s0undt3ch/develop

Add checksum for 2020.10.19
This commit is contained in:
Pedro Algarvio 2020-10-21 13:39:40 +01:00 committed by GitHub
commit 26c71fe3f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 7 deletions

View file

@ -28,10 +28,12 @@ jobs:
run: |
echo ${{ env.SH }} > bootstrap-salt.sh.sha256
echo ${{ env.PS1 }} > bootstrap-salt.ps1.sha256
git config --global user.name 'SaltStack GH Automation'
git config --global user.email 'actions@github.com'
git add *.sha256
git commit -am "Update sha256 checksums" && git push || true
- name: Create Pull Request Against Master
uses: peter-evans/create-pull-request@v3
with:
commit-message: Update sha256 checksums
delete-branch: true
- uses: actions/checkout@v2
if: github.repository == 'saltstack/salt-bootstrap'
@ -48,6 +50,9 @@ jobs:
if: github.repository == 'saltstack/salt-bootstrap'
run: |
python3 .github/workflows/scripts/update-release-shasum.py ${{ env.BS_VERSION }} ${{ env.SH }}
git config --global user.name 'SaltStack GH Automation'
git config --global user.email 'actions@github.com'
git commit -am "Update README.rst with latest release sha256sum" && git push || true
- name: Create Pull Request Against Develop
uses: peter-evans/create-pull-request@v3
with:
commit-message: Update README.rst with latest release sha256sum
delete-branch: true

View file

@ -32,6 +32,7 @@ sum** of the downloaded ``bootstrap-salt.sh`` file.
The SHA256 sum of the ``bootstrap-salt.sh`` file, per release, is:
- 2020.10.19: ``f6c3e2c52f98d115809044b09062219369957caf30228b594033f0543e202c52``
- 2020.06.23: ``1d07db867c195c864d0ae70664524f2099cc9a46872953293c67c3f239d4f4f5``
- 2020.05.28: ``6b3ea15c78f01060ab12fc01c0bb18480eaf36858c7ba188b200c0fb11aac173``
- 2020.02.24: ``efc46700aca78b8e51d7af9b06293f52ad495f3a8179c6bfb21a8c97ee41f1b7``