Skip to content

Commit d54dcab

Browse files
Revert "temp: Update self refence of update-catalog to testing branch"
This reverts commit e86ab22. Sean's commit re-pointed starter.yml's call-update-catalog-workflow job at update-catalog.yml@port-update-catalog-to-v5 so an integration repo could test the new flow end-to-end through this PR branch without anything having to land on v5 first. That was the right call for testing, but leaving the temp commit in would mean post-merge v5's starter.yml would either point at a deleted feature branch (if GitHub auto-deletes the branch on merge) or at a stale, no-longer-canonical ref otherwise. Either way it breaks the self-reference v5 needs once update-catalog lands. After this revert the PR's net diff vs v5 is just the update-catalog workflow replacement — starter.yml stays at @v5. If we need to re-enable the end-to-end test wiring, just cherry-pick e86ab22 back onto a test branch, push, point the integration repo at starter.yml@<test-branch>, then drop the cherry-pick before merge. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e86ab22 commit d54dcab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/starter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
call-update-catalog-workflow:
139139
needs: call-assign-from-json-workflow
140140
if: needs.call-assign-from-json-workflow.outputs.update_catalog == 'true' && github.ref_name == 'main' && (github.event_name == 'push' || github.event_name == 'workflow_dispatch')
141-
uses: Keyfactor/actions/.github/workflows/update-catalog.yml@port-update-catalog-to-v5
141+
uses: Keyfactor/actions/.github/workflows/update-catalog.yml@v5
142142
secrets:
143143
token: ${{ secrets.token }}
144144

0 commit comments

Comments
 (0)