Skip to content

Commit c459d53

Browse files
committed
ci: 원격 액션 테스트를 위한 GitHub Actions 워크플로우 구성 추가
1 parent 336c653 commit c459d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-remote-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Run Remote Greet Action
1717
id: greet
18-
uses: 01-binary/github-action-test/actions/greet-action@greet-action@1.0.1 # 원격 액션 참조
18+
uses: 01-binary/github-action-test/actions/greet-action@greet-action-v1.0.1 # 원격 액션 참조
1919
with:
2020
who-to-greet: 'Remote Tester Alice'
2121

0 commit comments

Comments
 (0)