Skip to content

fixup! Add website

fixup! Add website #1

Workflow file for this run

on:
push:
# schedule:
# # runs every day at 10:00 am UTC
# - cron: '0 10 * * *'
jobs:
update-nixfmt-input:
runs-on: [self-hosted, nix]
steps:
- uses: actions/checkout@v4
with:
token: ${{ SEROKELL_BOT_PAT }}

Check failure on line 13 in .github/workflows/update.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/update.yml

Invalid workflow file

The workflow is not valid. .github/workflows/update.yml (Line: 13, Col: 18): Unrecognized named-value: 'SEROKELL_BOT_PAT'. Located at position 1 within expression: SEROKELL_BOT_PAT
- name: update nixfmt input
run: nix flake update nixfmt-src
- name: commit flake.lock
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Update nixfmt input"
file_pattern: "flake.lock"