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 f2b3c5b commit 5708630Copy full SHA for 5708630
.github/workflows/CD.yml
@@ -14,7 +14,7 @@ jobs:
14
node-version: [10.x]
15
steps:
16
- name: Checkout Repository
17
- uses: actions/checkout@master\
+ uses: actions/checkout@master
18
- name: Sample Azure action
19
with: # Set Azure credentials secret as an input
20
credentials: ${{ secrets.AZURE_CREDENTIALS }}
0 commit comments