From 98099d0eec3bdf7e28c6849809d81b58e88e770f Mon Sep 17 00:00:00 2001 From: Guilherme Souza <32180229+gqgs@users.noreply.github.com> Date: Thu, 22 Dec 2022 11:45:16 -0300 Subject: [PATCH] dependabot: update step names --- .github/workflows/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 004b8b3..f9a6ff0 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -28,7 +28,7 @@ jobs: run: npm ci - name: Build run: npm run build - - name: Deploy + - name: Commit run: | cd dist git init @@ -36,7 +36,7 @@ jobs: git config user.email github-actions@github.com git add -A git commit -m "deploy" - - name: Push changes + - name: Deploy uses: ad-m/github-push-action@master with: github_token: ${{ secrets.GITHUB_TOKEN }}