Skip to content

Commit

Permalink
hs-action-test
Browse files Browse the repository at this point in the history
  • Loading branch information
d-mitrofanov-v committed Mar 14, 2024
1 parent 55b51a3 commit 43bd784
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/hs-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: hs_workflow_intro_to_github_actions
on: [push]
jobs:
show-secret-phrase:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
repository: abystoma/test
ref: main
- name: Show me the answer
run: cat answer.txt

0 comments on commit 43bd784

Please sign in to comment.