File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2424 - { version-range: "6.0", pre-release: true, is-latest: false }
2525 steps :
2626 - name : Fetch hash file
27- run :
" curl -vv - o snapshot.json -H 'Cache-Control: no-cache, no-store' -H 'User-Agent: phpmyadmin-snapshot-updater (+https://github.com/sudo-bot/docker-phpmyadmin-snapshots; [email protected] )' -s https://files.phpmyadmin.net/snapshots/phpMyAdmin-${{ matrix.version-range }}+snapshot .json" 27+ run :
" curl -f -v - o snapshot.json -H 'Cache-Control: no-cache, no-store' -H 'User-Agent: phpmyadmin-snapshot-updater (+https://github.com/sudo-bot/docker-phpmyadmin-snapshots; [email protected] )' -s https://files.phpmyadmin.net/snapshots/phpMyAdmin-${{ matrix.version-range }}%2Bsnapshot .json" 2828 - name : Display file
2929 run : cat ./snapshot.json
3030 - name : Commit to variable
4848 persist-credentials : true
4949 - name : Import GPG key
5050 if : steps.cache.outputs.cache-hit != 'true'
51- # v5 .2.0 - 111c56156bcc6918c056dbef52164cfa583dc549
52- uses : crazy-max/ghaction-import-gpg@111c56156bcc6918c056dbef52164cfa583dc549
51+ # v6 .2.0 - cb9bde2e2525e640591a934b1fd28eef1dcaf5e5
52+ uses : crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5
5353 with :
5454 gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
5555 passphrase : ${{ secrets.GPG_PASSPHRASE }}
You can’t perform that action at this time.
0 commit comments