Noop "download" portion of #shame (#9114)

This commit is contained in:
Austin
2025-12-29 12:13:36 -05:00
committed by GitHub
parent dc36f5df7a
commit 3a723ceae8

View File

@@ -263,16 +263,17 @@ jobs:
env: env:
base: ${{ github.base_ref }} base: ${{ github.base_ref }}
head: ${{ github.sha }} head: ${{ github.sha }}
- name: Download the old manifests # Currently broken (for-loop through EVERY artifact -- rate limiting)
if: github.event_name == 'pull_request_target' # - name: Download the old manifests
run: gh run download -R "$repo" --name "manifests-$merge_base" --dir manifest-old/ # if: github.event_name == 'pull_request_target'
env: # run: gh run download -R "$repo" --name "manifests-$merge_base" --dir manifest-old/
GH_TOKEN: ${{ github.token }} # env:
merge_base: ${{ env.MERGE_BASE }} # GH_TOKEN: ${{ github.token }}
repo: ${{ github.repository }} # merge_base: ${{ env.MERGE_BASE }}
- name: Do scan and post comment # repo: ${{ github.repository }}
if: github.event_name == 'pull_request_target' # - name: Do scan and post comment
run: python3 bin/shame.py ${{ github.event.pull_request.number }} manifests-old/ manifests-new/ # if: github.event_name == 'pull_request_target'
# run: python3 bin/shame.py ${{ github.event.pull_request.number }} manifests-old/ manifests-new/
release-artifacts: release-artifacts:
runs-on: ubuntu-latest runs-on: ubuntu-latest