🔥 3-day streak
GitHub Actions (GH-200)59 / 142
Question 59 of 142

Your platform team maintains a reusable workflow in the repo `acme/ci-shared` at `.github/workflows/deploy.yml`. A consuming repository invokes it like this: ```yaml jobs: ship: uses: acme/ci-shared/.github/workflows/deploy.yml@v2 secrets: inherit ``` The platform team just pushed a bug fix to the `main` branch of `acme/ci-shared` but has NOT moved or recreated the `v2` tag. A developer reports the consuming repo's runs still execute the old, buggy logic. What is the correct explanation?

Reviewed for accuracy · Report an issueNext question