Skip to content

Commit

Permalink
ci: missing env
Browse files Browse the repository at this point in the history
  • Loading branch information
extraymond committed Mar 29, 2024
1 parent 4ee957c commit 9e6eb75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,7 @@ jobs:
branch: ${{ env.new_version }}
- name: create pr
if: steps.auto-commit-action.outputs.changes_detected == 'true'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh pr create -B "${{ env.new_version }}" -H master --title "update zotero to ${{ env.new_version }}" --body "Created by Github action"

0 comments on commit 9e6eb75

Please sign in to comment.