diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-08-01 23:14:40 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-08-01 23:14:40 -0700 |
commit | 48feeb55877aa95e91707beca228237fba74543a (patch) | |
tree | e829b1d255abebae999a3fb5141e78605357046a /.github/workflows | |
parent | 0f55a01fd452152097fbd5ef65eb46a35d9f819d (diff) | |
download | sncontinue-48feeb55877aa95e91707beca228237fba74543a.tar.gz sncontinue-48feeb55877aa95e91707beca228237fba74543a.tar.bz2 sncontinue-48feeb55877aa95e91707beca228237fba74543a.zip |
remove data file
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 0d51d0c0..7787ddad 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -113,7 +113,7 @@ jobs: run: | git config --local user.email "action@github.com" git config --local user.name "GitHub Action" - git commit -am "Update package.json version [skip ci]" + git commit -am "ci: 💚 Update package.json version [skip ci]" - name: Push changes uses: ad-m/github-push-action@master |