diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-25 12:38:13 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-25 12:38:13 -0400 |
commit | 6d27d53623d84127c43d3146619106e540549038 (patch) | |
tree | f797712108f295b222da6db803f175a814fa6e28 /.github/workflows/nodejs.yml | |
parent | 432b602b5416d61d7f11ade478914fc14a8fc971 (diff) | |
download | tanzanite-6d27d53623d84127c43d3146619106e540549038.tar.gz tanzanite-6d27d53623d84127c43d3146619106e540549038.tar.bz2 tanzanite-6d27d53623d84127c43d3146619106e540549038.zip |
cleaned up eval command, ported test command, fixed listeners, fixed workflow, changed args typings
Diffstat (limited to '.github/workflows/nodejs.yml')
-rw-r--r-- | .github/workflows/nodejs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 7fc5058..483ee6f 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -71,7 +71,7 @@ jobs: yarn format git commit -am "Automatically format code" || true - name: Push changes - uses: ad-m/github-push-action@master + uses: NotEnoughUpdates/github-push-action@master with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: ${{ github.ref }} |