Skip to content

fix for bash3

fix for bash3 #19

Workflow file for this run

name: test action
on:
push:
branches:
- v1
- v1-actions-test
workflow_dispatch:
jobs:
install:
strategy:
matrix:
env:
- runner: ubuntu-latest
- runner: macos-latest
name: test action
runs-on: ${{ matrix.env.runner }}
steps:
- uses: actions/checkout@v4
- uses: fujiwara/lambroll@${{ github.ref_name }}

Check failure on line 20 in .github/workflows/action.yml

View workflow run for this annotation

GitHub Actions / test action

Invalid workflow file

The workflow is not valid. .github/workflows/action.yml (Line: 20, Col: 15): Unrecognized named-value: 'github'. Located at position 1 within expression: github.ref_name
with:
version: v1.0.5
- run: |
lambroll version 2>&1 | fgrep v1.0.5