Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Merge pull request #12 from murage-poc/master #2

Merge pull request #12 from murage-poc/master

Merge pull request #12 from murage-poc/master #2

Workflow file for this run

on:
push:
branches:
- release
workflow_dispatch:
jobs:
build:
runs-on:
- ubuntu-latest
steps:
- name: checkout
uses: @checkout/v4

Check failure on line 13 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yaml

Invalid workflow file

You have an error in your yaml syntax on line 13
- name: Get latest
uses: |
echo "sha is $GITHUB_SHA and updated ref is $GITHUB_REF"