Skip to content

Commit 07701f7

Browse files
committed
ci: 노션 CMS 원격 액션 테스트 워크플로우 구성
1 parent 47d7183 commit 07701f7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,3 @@ jobs:
2424
uses: 01-binary/github-action-test/actions/goodbye-action@main # 원격 액션 참조
2525
with:
2626
who-to-say-goodbye: 'Remote Tester Bob'
27-
28-
- name: Print Greet Action Output
29-
run: |
30-
echo "Greet action said: ${{ steps.greet.outputs.time }}"
31-
32-
- name: Print Goodbye Action Output
33-
run: |
34-
echo "Goodbye action said: ${{ steps.goodbye.outputs.farewell-message }}"

0 commit comments

Comments
 (0)