File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7-
7+
88 # TESTING ONLY
99 pull_request :
1010 branches :
9797 id : get-run-id
9898 run : |
9999 # Fetch the latest successful run ID for the workflow
100- RUN_ID=$(gh run list --repo opengrep/opengrep --workflow rolling-release --status success --limit 1 --json databaseId --jq '.[0].databaseId')
101- echo "run_id=$RUN_ID " >> $GITHUB_OUTPUT
100+ # RUN_ID=$(gh run list --repo opengrep/opengrep --workflow rolling-release --status success --limit 1 --json databaseId --jq '.[0].databaseId')
101+ echo "run_id=14066735207 " >> $GITHUB_OUTPUT
102102
103103 - name : Output Run ID
104104 run : |
@@ -161,8 +161,8 @@ jobs:
161161 id : get-run-id
162162 run : |
163163 # Fetch the latest successful run ID for the workflow
164- RUN_ID=$(gh run list --repo opengrep/opengrep --workflow rolling-release --status success --limit 1 --json databaseId --jq '.[0].databaseId')
165- echo "run_id=$RUN_ID " >> $GITHUB_OUTPUT
164+ # RUN_ID=$(gh run list --repo opengrep/opengrep --workflow rolling-release --status success --limit 1 --json databaseId --jq '.[0].databaseId')
165+ echo "run_id=14066735207 " >> $GITHUB_OUTPUT
166166
167167 - name : Output Run ID
168168 run : |
You can’t perform that action at this time.
0 commit comments