Skip to content

Commit

Permalink
fix(actions): fuck
Browse files Browse the repository at this point in the history
  • Loading branch information
fmway committed Dec 11, 2024
1 parent 66b6772 commit 98d2f73
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
- name: Check if PR exists
id: check
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
tree -a
git fetch origin
Expand All @@ -49,7 +50,7 @@ jobs:
- name: Create pull request
if: '!steps.check.outputs.skip'
env:
GITHUB_TOKEN: ${{secrets.GH_TOKEN}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
run: |
gh pr create --title "Merge from nixos-unstable" --body "" -l "automated"
megasync:
Expand Down

0 comments on commit 98d2f73

Please sign in to comment.