We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 835f52a commit 23e1d88Copy full SHA for 23e1d88
actions/update-reference-index/action.yml
@@ -5,6 +5,7 @@ runs:
5
using: "composite"
6
steps:
7
- name: Update Reference Index
8
- run: |
9
- curl -v https://kaqcb6pumme57zlb63wmoqcjxq0fhkdl.lambda-url.us-east-1.on.aws
10
- shell: bash
+ run: exit 0;
+# run: |
+# curl -v https://kaqcb6pumme57zlb63wmoqcjxq0fhkdl.lambda-url.us-east-1.on.aws
11
+ shell: bash
0 commit comments