Skip to content

hs-action-test

hs-action-test #2

Workflow file for this run

name: branch_checkout
on: [push]
jobs:
external-workflow:
runs-on: ubuntu-latest
steps:
- uses: action/checkout@v4
with:
repository: abystoma/external-workflow
ref: branch
- name: Greetings
run: echo "$(<greetings.txt)"