Skip to content

Commit

Permalink
last update
Browse files Browse the repository at this point in the history
  • Loading branch information
wahitftry authored Jan 24, 2024
1 parent 1efb903 commit e2c80a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Compile SAMP Gamemode
name: Compile CWJ Gamemode and Filterscripts

on:
workflow_dispatch:
Expand Down Expand Up @@ -31,4 +31,4 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "GitHub Action"
git add -A
git diff --quiet && git diff --staged --quiet || (git commit -m 'Update compiled gamemode' && git push)
git diff --quiet && git diff --staged --quiet || (git commit -m 'Update compiled gamemode and filterscripts' && git push)

0 comments on commit e2c80a9

Please sign in to comment.