Skip to content
Snippets Groups Projects
Unverified Commit d4409e3b authored by Pavel Suprunyuk's avatar Pavel Suprunyuk Committed by GitHub
Browse files

Fix a reference name in a reusable workflow invocation (#6118)

This is just a small adjustment of the reusable workflow invocation
parent 73a51fd9
No related merge requests found
Pipeline #502172 waiting for manual action with stages
in 22 minutes and 31 seconds
......@@ -12,7 +12,7 @@ on:
jobs:
job_sync_branches:
uses: paritytech-release/sync-workflows/.github/workflows/sync-with-upstream.yml@latest
uses: paritytech-release/sync-workflows/.github/workflows/sync-with-upstream.yml@main
with:
fork_writer_app_id: ${{ vars.UPSTREAM_CONTENT_SYNC_APP_ID}}
fork_owner: ${{ vars.RELEASE_ORG}}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment