Skip to content

Commit 9244cea

Browse files
authored
Merge pull request #94397 from KevinZonda/patch-1
remove useless id: fa
2 parents 80333aa + a83781f commit 9244cea

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

articles/azure-functions/functions-how-to-github-actions.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ jobs:
228228
popd
229229
- name: 'Run Azure Functions Action'
230230
uses: Azure/functions-action@v1
231-
id: fa
232231
with:
233232
app-name: ${{ env.AZURE_FUNCTIONAPP_NAME }}
234233
package: '${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}/output'
@@ -267,7 +266,6 @@ jobs:
267266
popd
268267
- name: 'Run Azure Functions Action'
269268
uses: Azure/functions-action@v1
270-
id: fa
271269
with:
272270
app-name: ${{ env.AZURE_FUNCTIONAPP_NAME }}
273271
package: '${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}/output'
@@ -311,7 +309,6 @@ jobs:
311309
popd
312310
- name: 'Run Azure Functions Action'
313311
uses: Azure/functions-action@v1
314-
id: fa
315312
with:
316313
app-name: ${{ env.AZURE_FUNCTIONAPP_NAME }}
317314
package: './${{ env.POM_XML_DIRECTORY }}/target/azure-functions/${{ env.POM_FUNCTIONAPP_NAME }}'
@@ -353,7 +350,6 @@ jobs:
353350
popd
354351
- name: 'Run Azure Functions Action'
355352
uses: Azure/functions-action@v1
356-
id: fa
357353
with:
358354
app-name: ${{ env.AZURE_FUNCTIONAPP_NAME }}
359355
package: './${{ env.POM_XML_DIRECTORY }}/target/azure-functions/${{ env.POM_FUNCTIONAPP_NAME }}'
@@ -397,7 +393,6 @@ jobs:
397393
popd
398394
- name: 'Run Azure Functions Action'
399395
uses: Azure/functions-action@v1
400-
id: fa
401396
with:
402397
app-name: ${{ env.AZURE_FUNCTIONAPP_NAME }}
403398
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
@@ -439,7 +434,6 @@ jobs:
439434
popd
440435
- name: 'Run Azure Functions Action'
441436
uses: Azure/functions-action@v1
442-
id: fa
443437
with:
444438
app-name: ${{ env.AZURE_FUNCTIONAPP_NAME }}
445439
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
@@ -482,7 +476,6 @@ jobs:
482476
popd
483477
- name: 'Run Azure Functions Action'
484478
uses: Azure/functions-action@v1
485-
id: fa
486479
with:
487480
app-name: ${{ env.AZURE_FUNCTIONAPP_NAME }}
488481
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}

0 commit comments

Comments
 (0)