Skip to content

Commit 5708630

Browse files
committed
config: Pre Steps to CD
1 parent f2b3c5b commit 5708630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
node-version: [10.x]
1515
steps:
1616
- name: Checkout Repository
17-
uses: actions/checkout@master\
17+
uses: actions/checkout@master
1818
- name: Sample Azure action
1919
with: # Set Azure credentials secret as an input
2020
credentials: ${{ secrets.AZURE_CREDENTIALS }}

0 commit comments

Comments
 (0)