We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5b94af commit e8ca0beCopy full SHA for e8ca0be
1 file changed
.github/workflows/fetch_and_log.yaml
@@ -22,17 +22,10 @@ jobs:
22
23
echo "last_run_id=$LAST_RUN_ID" >> $GITHUB_ENV
24
echo "workflow_ids=$WORKFLOW_IDS" >> $GITHUB_OUTPUT
25
-
26
- gh secret set LAST_PROCESSED_RUN_ID --body $LAST_RUN_ID
27
28
env:
29
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
31
- # - name: Save Last Processed Run ID
32
- # if: success()
33
- # run: |
34
- # gh secret set LAST_PROCESSED_RUN_ID --body "$last_run_id"
35
36
process-logs:
37
needs: fetch-workflows
38
runs-on: ubuntu-latest
0 commit comments