diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2024-11-23 23:18:54 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2024-11-23 23:18:54 -0500 |
commit | 453a7e23f97a23cc9a110849ea93804dbfb3c97c (patch) | |
tree | aae9493fe869c9a7fe8056e136df0d8c7234d843 /.github/workflows | |
parent | 79205a25b2289de10cfb3feb0e37653a85bd7d73 (diff) |
Set branch to master in GH action
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/vhs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/vhs.yml b/.github/workflows/vhs.yml index 99815f0..5a31fa5 100644 --- a/.github/workflows/vhs.yml +++ b/.github/workflows/vhs.yml @@ -30,7 +30,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: commit_message: Update generated VHS GIF - branch: main + branch: master commit_user_name: vhs-action 📼 commit_user_email: actions@github.com commit_author: vhs-action 📼 <actions@github.com> |