Skip to content

Commit 16722d2

Browse files
Update deploy-to-production.yaml
1 parent 9633e3d commit 16722d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-to-production.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
- name: dadsad
1818
env:
1919
test: ${{ secrets.TESTSTR}}
20-
CIADSA: ${{ github.GITHUB_STEP_SUMMARY }}
21-
run: echo $test aaa $CIADSA
20+
CIADSA: ${{ env.GITHUB_STEP_SUMMARY }}
21+
run: echo $test aaa $GITHUB_STEP_SUMMARY aaadasda $CIADSA
2222
- name: ddddddddd
2323
run: echo ${{ secrets.TESTSTR}}
2424
- uses: actions/setup-node@v2

0 commit comments

Comments
 (0)