Skip to content

no gh env

no gh env #113

Workflow file for this run

name: test the system update flow

Check failure on line 1 in .github/workflows/test-update.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-update.yml

Invalid workflow file

(Line: 2, Col: 1): Unexpected value 'push'
push:
branches:
- test_package_update_rebase
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
build-and-update:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run dep package update test
run: |
go tool task test:update