Skip to content

default

default #87

Workflow file for this run

name: 'default'
on:
push:
branches:
- 'main'
tags:
- '*'
pull_request:
branches:
- 'main'
workflow_dispatch:
permissions:
checks: 'write' # code_check-style_golangci_lint
contents: 'write' # delivery-release
env:
BINARY_NAME: 'autobump'
jobs:
default:
uses: 'rios0rios0/pipelines/.github/workflows/go-binary.yaml@main'

Check failure on line 23 in .github/workflows/default.yaml

View workflow run for this annotation

GitHub Actions / default

Invalid workflow file

The workflow is not valid. In .github/workflows/default.yaml (Line: 23, Col: 11): Error from called workflow rios0rios0/pipelines/.github/workflows/go-binary.yaml@main (Line: 7, Col: 5): Unexpected value 'env'