We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b78ce0 commit 336c653Copy full SHA for 336c653
.github/workflows/test-remote-actions.yml
@@ -15,7 +15,7 @@ jobs:
15
16
- name: Run Remote Greet Action
17
id: greet
18
- uses: 01-binary/github-action-test/actions/greet-action@greet-action-v1.0.1 # 원격 액션 참조
+ uses: 01-binary/github-action-test/actions/greet-action@greet-action@1.0.1 # 원격 액션 참조
19
with:
20
who-to-greet: 'Remote Tester Alice'
21
0 commit comments