Skip to content

Commit 23e1d88

Browse files
authored
Disable 'Update Reference Index' action (#1177)
Just exit with 0 for now
1 parent 835f52a commit 23e1d88

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

actions/update-reference-index/action.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ runs:
55
using: "composite"
66
steps:
77
- name: Update Reference Index
8-
run: |
9-
curl -v https://kaqcb6pumme57zlb63wmoqcjxq0fhkdl.lambda-url.us-east-1.on.aws
10-
shell: bash
8+
run: exit 0;
9+
# run: |
10+
# curl -v https://kaqcb6pumme57zlb63wmoqcjxq0fhkdl.lambda-url.us-east-1.on.aws
11+
shell: bash

0 commit comments

Comments
 (0)