Skip to content

Commit e8ca0be

Browse files
committed
Add fetch_and_log.yaml
1 parent d5b94af commit e8ca0be

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/fetch_and_log.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,10 @@ jobs:
2222
2323
echo "last_run_id=$LAST_RUN_ID" >> $GITHUB_ENV
2424
echo "workflow_ids=$WORKFLOW_IDS" >> $GITHUB_OUTPUT
25-
26-
gh secret set LAST_PROCESSED_RUN_ID --body $LAST_RUN_ID
2725
2826
env:
2927
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3028

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-
3629
process-logs:
3730
needs: fetch-workflows
3831
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)