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 e402ed0 commit 0a8c643Copy full SHA for 0a8c643
.github/workflows/manual.yml
@@ -29,6 +29,6 @@ jobs:
29
steps:
30
# Runs a single command using the runners shell
31
- name: Send greeting
32
- run: echo "Hello $abc"
+ run: echo "Hello $def"
33
env:
34
- abc: ${{ secrets.PUBLISH_NPM_TOKEN }}
+ def: ${{ secrets.PUBLISH_NPM_TOKEN }}
0 commit comments