Skip to content
Merged

CD #46

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
config: Pre Steps to CD
  • Loading branch information
diegotony committed Mar 25, 2021
commit 5708630eb2db182c21f2b9c7a1614c4f483c2be4
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
node-version: [10.x]
steps:
- name: Checkout Repository
uses: actions/checkout@master\
uses: actions/checkout@master
- name: Sample Azure action
with: # Set Azure credentials secret as an input
credentials: ${{ secrets.AZURE_CREDENTIALS }}
Expand Down