We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07be771 commit 92f777dCopy full SHA for 92f777d
1 file changed
.github/workflows/01-hello-world.yaml
@@ -8,11 +8,11 @@ jobs:
8
say-hello-inline:
9
runs-on: ubuntu-24.04
10
steps:
11
- - run: echo "👋 Hello from an inline bash script in a GitHub Action Workflow!"
+ - run: echo "Hello from an inline bash script in a GitHub Action Workflow!"
12
13
say-hello-action:
14
15
16
- uses: actions/hello-world-javascript-action@e76147da8e5c81eaf017dede5645551d4b94427b # v1.2.3
17
with:
18
- who-to-greet: "from an action in the github action marketplace"
+ who-to-greet: "from an action in the GitHub Action marketplace! 👋"
0 commit comments