Skip to content

Commit

Permalink
Fix action syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
MattBlissett committed Jul 15, 2024
1 parent cacfc06 commit db13e7e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
# run: Rscript build-table-script/R/mt.R

- uses: stefanzweifel/git-auto-commit-action@v4
commit_message: "Automatic update of data table"
commit_user_name: "GitHub Action"
commit_user_email: "[email protected]"
with:
commit_message: "Automatic update of data table"
commit_user_name: "GitHub Action"
commit_user_email: "[email protected]"

0 comments on commit db13e7e

Please sign in to comment.