Skip to content

Commit 92f777d

Browse files
committed
consistent emojis
1 parent 07be771 commit 92f777d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/01-hello-world.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ jobs:
88
say-hello-inline:
99
runs-on: ubuntu-24.04
1010
steps:
11-
- run: echo "👋 Hello from an inline bash script in a GitHub Action Workflow!"
11+
- run: echo "Hello from an inline bash script in a GitHub Action Workflow!"
1212

1313
say-hello-action:
1414
runs-on: ubuntu-24.04
1515
steps:
1616
- uses: actions/hello-world-javascript-action@e76147da8e5c81eaf017dede5645551d4b94427b # v1.2.3
1717
with:
18-
who-to-greet: "from an action in the github action marketplace"
18+
who-to-greet: "from an action in the GitHub Action marketplace! 👋"

0 commit comments

Comments
 (0)