Skip to content

Commit 0a8c643

Browse files
Update manual.yml
1 parent e402ed0 commit 0a8c643

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/manual.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
steps:
3030
# Runs a single command using the runners shell
3131
- name: Send greeting
32-
run: echo "Hello $abc"
32+
run: echo "Hello $def"
3333
env:
34-
abc: ${{ secrets.PUBLISH_NPM_TOKEN }}
34+
def: ${{ secrets.PUBLISH_NPM_TOKEN }}

0 commit comments

Comments
 (0)