Skip to content

Commit

Permalink
fix permission typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NotM32 committed Dec 14, 2024
1 parent d4f9806 commit 4619601
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
maybe_repair:
needs: check
permissions:
content: read
pull-request: write
contents: read
pull-requests: write
name: Check for deprecated/renamed options in flake check and submit a pull request to fix if found
steps:
- name: Run GPT Prompt
Expand All @@ -36,7 +36,7 @@ jobs:
with:
cmd: |
promptr --model "gpt-4o" \
--prompt "Please make fixes to any of the following issues with the flake check output included: [option renamed, option deprecated, option removed]. \n Flake Output: \n ${{ jobs.check.outputs.check-log }}"
--prompt "Please make fixes to any of the following issues with the flake check output included: [option renamed, option deprecated, option removed]. \n Flake Output: \n ${{ needs.jobs.check.outputs.check-log }}"
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
Expand Down

0 comments on commit 4619601

Please sign in to comment.