Afternoon Seal Quotes #181
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Afternoon Seal Quotes" | |
on: | |
workflow_dispatch: {} | |
schedule: | |
- cron: '00 12 * * 1-5' # Runs at 12:00 UTC, Monday through Friday. | |
env: | |
SEAL_ORGANISATION: alphagov | |
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} | |
jobs: | |
afternoon-seal: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Setup ruby | |
uses: ruby/setup-ruby@v1 | |
with: | |
bundler-cache: true | |
- name: Afternoon Seal Quotes | |
id: afternoon_seal_quotes | |
run: | | |
./bin/seal_runner.rb afternoon_seal_quotes |