Skip to content

Commit

Permalink
TEST COMMIT: do not merge
Browse files Browse the repository at this point in the history
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
sigstore/github-sync#139 PR.

Signed-off-by: Jussi Kukkonen <[email protected]>
  • Loading branch information
jku committed Apr 16, 2024
1 parent 01092b1 commit 9488530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-sync-pr-sigstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9488530

Please sign in to comment.