Fill out the uses step to run the checkout action with the repository abystoma/external-workflow and branch named branch.
name: branch_checkout
on: [push]
jobs:
external-workflow:
runs-on: ubuntu-latest
steps:
- ??
- name: Greetings
run: echo "$(<greetings.txt)"Fill out the uses step, then run the workflow in your repo. After successfully running the workflow, go to the Actions tab and click on the name of the workflow. Type the output of the stage "Greetings" below.