We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0451bb5 commit 07be771Copy full SHA for 07be771
1 file changed
.github/workflows/01-hello-world.yaml
@@ -13,6 +13,6 @@ jobs:
13
say-hello-action:
14
runs-on: ubuntu-24.04
15
steps:
16
- - uses: gr2m/hello-world-js-action@597729a1f68eeea20182bf483e713dac43601156 # 1.1.1
+ - uses: actions/hello-world-javascript-action@e76147da8e5c81eaf017dede5645551d4b94427b # v1.2.3
17
with:
18
- greeting: "from an action in the github action marketplace"
+ who-to-greet: "from an action in the github action marketplace"
0 commit comments