We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4fee4a commit 0c3eff0Copy full SHA for 0c3eff0
1 file changed
.github/workflows/synchronise.yml
@@ -24,7 +24,7 @@ jobs:
24
env:
25
TOKEN: ${{ secrets.CREATE_RELEASE_TOKEN }}
26
run: |
27
- TAG=`node sync_releases.js -o "TimoMolls" -r "BO4E-Java" -a $TOKEN --input-owner "bo4e" --input-repo "BO4E-Schemas"`
+ TAG=`node sync_releases.js -o "bo4e" -r "BO4E-Java" -a $TOKEN --input-owner "bo4e" --input-repo "BO4E-Schemas"`
28
echo $TAG
29
echo "TAGNAME=$TAG" >> "$GITHUB_OUTPUT"
30
call_workflow:
0 commit comments