Skip to content

add practice2

add practice2 #5

Workflow file for this run

name: hs_workflow_intro_to_github_actions
on: [push]
jobs:
show-secret-phrase:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
repository: abystoma/test
ref: main
- name: Show me the answer
run: cat answer.txt