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 3791b89 commit 2d3738cCopy full SHA for 2d3738c
.github/workflows/azure-dev.yml
@@ -40,10 +40,8 @@ jobs:
40
AZURE_LOCATION: ${{ github.event.inputs.azure_location || 'eastus' }}
41
42
steps:
43
- - name: Checkout the branch ${{ github.ref_name }}
+ - name: Checkout code
44
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
45
- with:
46
- ref: ${{ github.ref_name }}
47
48
- name: Install azd
49
uses: Azure/setup-azd@cf638ffd167fc81e1851241a478a723c05fa9cb3 # v2.2.0
0 commit comments