Skip to content

Merge pull request #2 from grumlimited/static #2

Merge pull request #2 from grumlimited/static

Merge pull request #2 from grumlimited/static #2

Workflow file for this run

name: Update nix config
on:
push:
branches:
- main
jobs:
nix:
steps:

Check failure on line 10 in .github/workflows/nix.yml

View workflow run for this annotation

GitHub Actions / Update nix config

Invalid workflow file

The workflow is not valid. .github/workflows/nix.yml (Line: 10, Col: 7): Required property is missing: runs-on
- name: Checkout
uses: actions/checkout@v3
- uses: cachix/install-nix-action@v27
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: |
export WORKSPACE="${PWD}"
nix run .#upgrade-nix-gohip
git config --global user.name 'autobot'
git config --global user.email '[email protected]'
git commit -am "[skip ci] Automated nix hash update"
git push