We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a594ea commit 0f65876Copy full SHA for 0f65876
.github/workflows/main.yml
@@ -5,6 +5,8 @@ jobs:
5
runs-on: ubuntu-latest
6
name: A job to say hello
7
steps:
8
+ - uses: actions/checkout@v2
9
+
10
- name: Hello world action step
11
id: hello
12
uses: nyrkio/nyrkio-gh-action@main
0 commit comments