Skip to content

Commit 2d3738c

Browse files
authored
chore: simplify checkout step in Azure workflow
1 parent 3791b89 commit 2d3738c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/azure-dev.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,8 @@ jobs:
4040
AZURE_LOCATION: ${{ github.event.inputs.azure_location || 'eastus' }}
4141

4242
steps:
43-
- name: Checkout the branch ${{ github.ref_name }}
43+
- name: Checkout code
4444
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
45-
with:
46-
ref: ${{ github.ref_name }}
4745

4846
- name: Install azd
4947
uses: Azure/setup-azd@cf638ffd167fc81e1851241a478a723c05fa9cb3 # v2.2.0

0 commit comments

Comments
 (0)