We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726fcff commit 7199680Copy full SHA for 7199680
.github/workflows/sync-files.yaml
@@ -23,6 +23,8 @@ jobs:
23
with:
24
app-id: ${{ vars.GH_APP_SEM_REL_ID }}
25
private-key: ${{ secrets.GH_APP_SEM_REL_PEM_FILE }}
26
+ owner: github.ref == 'refs/heads/main' && 'xebis' || 'xebis-test'
27
+ repositories: ${{ matrix.repository }}
28
29
- name: Checkout target repository
30
uses: actions/checkout@v5
0 commit comments