Skip to content

Commit 808a436

Browse files
committed
fix action name
1 parent 1c804f0 commit 808a436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
./test-helper/smoke-test.sh
7070
- name: Save the Cloud Pod
7171
if: ${{ inputs.store-cloudpod == 'true' }}
72-
uses: HarshCasper/cloud-pod-save-action@0.1.0
72+
uses: HarshCasper/cloud-pod-save@v0.1.0
7373
with:
7474
name: 'release-pod-${{ inputs.database-type }}.zip'
7575
location: 'disk'

0 commit comments

Comments
 (0)