Skip to content

Commit

Permalink
Update game_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StaringLongingly authored Aug 24, 2024
1 parent 2ad4b45 commit 0ae2d74
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/game_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,12 @@ jobs:
permissions:
contents: write
steps:
- name: Do a pretty commit <3
- name: Checking out ..
uses: actions/checkout@v2
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Do a pretty commit <3
uses: bullrich/commit-autotag@main
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 0ae2d74

Please sign in to comment.