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 598c836 commit 60c7b3bCopy full SHA for 60c7b3b
.github/workflows/main.yml
@@ -42,7 +42,9 @@ jobs:
42
env:
43
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
44
- name: Create GitHub Release
45
- run: echo "Release $GITHUB_OUTPUT"
+ run: |
46
+ TOTO=$('machin')
47
+ echo "Release $GITHUB_OUTPUT $TOTO"
48
49
50
- name: Publish package on NPM 📦
0 commit comments