We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4fa39c commit 3954a85Copy full SHA for 3954a85
1 file changed
.github/workflows/screenshot.yml
@@ -21,7 +21,7 @@ jobs:
21
./bms.mjs --url https://basemaps.linz.govt.nz --output .artifacts/visual-snapshots
22
23
- name: Save snapshots
24
- uses: linz/action-visual-snapshot@v2-next
+ uses: linz/action-visual-snapshot@v2
25
with:
26
save-only: true
27
snapshot-path: .artifacts/visual-snapshots
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Diff snapshots
48
id: visual-snapshots-diff
49
50
51
storage-prefix: 's3://linz-basemaps-screenshot'
52
storage-url: 'https://d25mfjh9syaxsr.cloudfront.net'
0 commit comments