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

Merge pull request #13 from murage-poc/master #4

Merge pull request #13 from murage-poc/master

Merge pull request #13 from murage-poc/master #4

Workflow file for this run

on:
push:
branches:
- release
workflow_dispatch:
jobs:
build:
runs-on:
- ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: Get latest
uses: |
echo "sha is $GITHUB_SHA and updated ref is $GITHUB_REF"