File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
- { version-range: "6.0", pre-release: true, is-latest: false }
25
25
steps :
26
26
- 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"
28
28
- name : Display file
29
29
run : cat ./snapshot.json
30
30
- name : Commit to variable
48
48
persist-credentials : true
49
49
- name : Import GPG key
50
50
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
53
53
with :
54
54
gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
55
55
passphrase : ${{ secrets.GPG_PASSPHRASE }}
You can’t perform that action at this time.
0 commit comments