Skip to content

Commit 07be771

Browse files
committed
use official hello world js action
1 parent 0451bb5 commit 07be771

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
@@ -13,6 +13,6 @@ jobs:
1313
say-hello-action:
1414
runs-on: ubuntu-24.04
1515
steps:
16-
- uses: gr2m/hello-world-js-action@597729a1f68eeea20182bf483e713dac43601156 # 1.1.1
16+
- uses: actions/hello-world-javascript-action@e76147da8e5c81eaf017dede5645551d4b94427b # v1.2.3
1717
with:
18-
greeting: "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)