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 47d7183 commit 07701f7Copy full SHA for 07701f7
.github/workflows/test-remote-actions.yml
@@ -24,11 +24,3 @@ jobs:
24
uses: 01-binary/github-action-test/actions/goodbye-action@main # 원격 액션 참조
25
with:
26
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
34
- echo "Goodbye action said: ${{ steps.goodbye.outputs.farewell-message }}"
0 commit comments