diff --git a/.github/workflows/CD-azure-functions.yml b/.github/workflows/CD-azure-functions.yml index d54d64e..28714aa 100644 --- a/.github/workflows/CD-azure-functions.yml +++ b/.github/workflows/CD-azure-functions.yml @@ -20,7 +20,7 @@ jobs: npm install npm run build --if-present - uses: Azure/functions-action@v1 - id: AutomaticClockOuts + id: fa with: app-name: AutomaticClockOuts publish-profile: ${{ secrets.SCM_CREDENTIALS }}