Skip to content

Commit

Permalink
call data repo
Browse files Browse the repository at this point in the history
  • Loading branch information
stelzo committed Nov 26, 2024
1 parent bd512a1 commit 918c31a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_persistence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
env:
GH_TOKEN: ${{ secrets.PAT }}
run: gh workflow run release --repo dofusdude/dofus2-${{ github.event.inputs.release }} -f version=${{ github.event.inputs.version }}
- name: Notify Dofus 3 language repository
- name: Notify Dofus 3 repository
if: startsWith(github.event.inputs.version, '3')
env:
GH_TOKEN: ${{ secrets.PAT }}
run: gh workflow run release --repo dofusdude/dofus3-lang-${{ github.event.inputs.release }}
run: gh workflow run release --repo dofusdude/dofus3-${{ github.event.inputs.release }} -f version=${{ github.event.inputs.version }}

0 comments on commit 918c31a

Please sign in to comment.