Skip to content

Revise GitHub Actions #1

Revise GitHub Actions

Revise GitHub Actions #1

Workflow file for this run

name: Build Master Branch
on:
push:
branches:
- master
concurrency:
group: ci-master
env:
go-version: "1.21"
jobs:
lint-branch:
uses: ./.github/workflows/lint-branch.yaml
with:
go-version: ${{ env.go-version }}

Check failure on line 14 in .github/workflows/build-master.yaml

View workflow run for this annotation

GitHub Actions / Build Master Branch

Invalid workflow file

The workflow is not valid. .github/workflows/build-master.yaml (Line: 14, Col: 19): Unrecognized named-value: 'env'. Located at position 1 within expression: env.go-version .github/workflows/build-master.yaml (Line: 18, Col: 19): Unrecognized named-value: 'env'. Located at position 1 within expression: env.go-version
test-branch:
uses: ./.github/workflows/test-branch.yaml
with:
go-version: ${{ env.go-version }}