Skip to content

Commit 5c972bd

Browse files
committed
fix: use URL encoded for +
phpmyadmin/website#167
1 parent e88db0d commit 5c972bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cron.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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
@@ -48,8 +48,8 @@ jobs:
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 }}

0 commit comments

Comments
 (0)