From 86e5bae674a2b583c4aa6ff61c1c2db643d13bc6 Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Sun, 2 Jun 2024 15:20:18 -0700 Subject: [PATCH] prettier update-robots-txt action --- .github/workflows/update-robots-txt.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update-robots-txt.yml b/.github/workflows/update-robots-txt.yml index 64c3d23a93cae7..67e3d3c4c4d4c1 100644 --- a/.github/workflows/update-robots-txt.yml +++ b/.github/workflows/update-robots-txt.yml @@ -1,6 +1,6 @@ name: Update robots.txt -on: +on: schedule: - cron: '0 0 * * 0' workflow_dispatch: @@ -8,7 +8,7 @@ on: jobs: update-robots: runs-on: ubuntu-latest - steps: + steps: - name: Checkout uses: actions/checkout@v3 - name: Update robot.txt @@ -26,8 +26,8 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} branch: robots.txt-update - title: "Update robots.txt" - commit-message: "Update robots.txt" + title: 'Update robots.txt' + commit-message: 'Update robots.txt' labels: 'robots.txt' add-paths: public/robots.txt reviewers: hobgoblina,mannazsci,sneakers-the-rat