Skip to content

Commit

Permalink
tweak autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Jul 28, 2024
1 parent 4925db4 commit b676e61
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check_cosmocc_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ on:

permissions:
contents: write
pages: write
id-token: write
pull-requests: write

jobs:
check_new_releases:
Expand All @@ -34,6 +33,8 @@ jobs:
- name: Create PR
uses: peter-evans/create-pull-request@v6
with:
committer: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
commit-message: '[:robot:] Bump Cosmpolitan to ${{ env.latest }}'
title: '[🤖] Bump Cosmpolitan to ${{ env.latest }}'
body: Automatically generated PR - Bumping Cosmpolitan from ${{ env.current }} to ${{ env.latest }}
Expand Down

0 comments on commit b676e61

Please sign in to comment.