We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 627ccff commit e88397aCopy full SHA for e88397a
.github/workflows/autodeploy.yml
@@ -22,6 +22,9 @@ jobs:
22
23
# Steps represent a sequence of tasks that will be executed as part of the job
24
steps:
25
+ - name: Checkout
26
+ uses: actions/checkout@v4.2.2
27
+
28
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
29
- name: Azure Login
30
uses: Azure/login@v2.2.0
0 commit comments