Skip to content

Commit

Permalink
prettier update-robots-txt action
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakers-the-rat committed Jun 2, 2024
1 parent f423258 commit 86e5bae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update-robots-txt.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Update robots.txt

on:
on:
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:

jobs:
update-robots:
runs-on: ubuntu-latest
steps:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Update robot.txt
Expand All @@ -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
Expand Down

0 comments on commit 86e5bae

Please sign in to comment.