Skip to content

Commit 5a594ea

Browse files
committed
always use HEAD for gh action
1 parent fe44676 commit 5a594ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- name: Hello world action step
99
id: hello
10-
uses: nyrkio/nyrkio-gh-action@v0.2
10+
uses: nyrkio/nyrkio-gh-action@main
1111
with:
1212
who-to-greet: "Mona the Octocat"
1313
# Use the output from the `hello` step

0 commit comments

Comments
 (0)