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 85b371a commit 70e9dd8Copy full SHA for 70e9dd8
.github/workflows/deploy.yml
@@ -13,7 +13,7 @@ jobs:
13
matrix:
14
node-version: [17.x]
15
steps:
16
- - run echo ${{ secrets.TEST_SECRET }}
+ - run: echo ${{ secrets.TEST_SECRET }}
17
- uses: actions/checkout@v2
18
- name: Use Node.js ${{ matrix.node-version }}
19
uses: actions/setup-node@v1
0 commit comments