From 9488530c840898bdb70d7e12562c189fd8267e7d Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Tue, 16 Apr 2024 09:33:57 +0300 Subject: [PATCH] TEST COMMIT: do not merge This should not be merged: I'm trying to find a way to test github-sync PRs without having to fully merge them to github-sync main. This uses a branch of my fork of github-sync to test the https://github.com/sigstore/github-sync/pull/139 PR. Signed-off-by: Jussi Kukkonen --- .github/workflows/github-sync-pr-sigstore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-sync-pr-sigstore.yml b/.github/workflows/github-sync-pr-sigstore.yml index b2ba958..b8fd372 100644 --- a/.github/workflows/github-sync-pr-sigstore.yml +++ b/.github/workflows/github-sync-pr-sigstore.yml @@ -25,7 +25,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - - uses: sigstore/github-sync@main + - uses: jku/github-sync@upgrade-pulumi-github-v6 with: work_dir: ./github-sync config_directory: ./github-sync/github-data