From f0b5c1c4660f7faf4de2723589c629e121cd9c6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 12:17:58 +0000 Subject: [PATCH] Bump ad-m/github-push-action Bumps [ad-m/github-push-action](https://github.com/ad-m/github-push-action) from c8e916676288f4db183792490450557e2d4296ef to fcea09907c44d7a7a3331c9c04080d55d87c95fe. - [Release notes](https://github.com/ad-m/github-push-action/releases) - [Commits](https://github.com/ad-m/github-push-action/compare/c8e916676288f4db183792490450557e2d4296ef...fcea09907c44d7a7a3331c9c04080d55d87c95fe) --- updated-dependencies: - dependency-name: ad-m/github-push-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8a5eda3..2a6d131 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -102,7 +102,7 @@ jobs: - name: Push changes if: ${{ env.HAS_CHANGES == 'true' }} - uses: ad-m/github-push-action@c8e916676288f4db183792490450557e2d4296ef + uses: ad-m/github-push-action@fcea09907c44d7a7a3331c9c04080d55d87c95fe with: github_token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages