Skip to content

Commit

Permalink
Merge pull request #11 from solita/feature123
Browse files Browse the repository at this point in the history
testing actions
  • Loading branch information
anssihakanen authored Apr 25, 2024
2 parents 6e4bd34 + 8a873f4 commit d3d2906
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
ARM_CLIENT_SECRET: ${{ secrets.ARM_CLIENT_SECRET }}
ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID }}
ARM_TENANT_ID: ${{ secrets.ARM_TENANT_ID }}
AZURE_FUNCTIONAPP_NAME: ${{ secrets.AZURE_FUNCTIONAPP_NAME }} # set this to your application's name
AZURE_FUNCTIONAPP_NAME: ${{ secrets.AZURE_FUNCTIONAPP_NAME }}
AZURE_FUNCTIONAPP_PACKAGE_PATH: "function/"
NODE_VERSION: "20"
PYTHON_VERSION: "3.9"
Expand Down Expand Up @@ -43,7 +43,6 @@ jobs:

function:
runs-on: ubuntu-latest
jobs: "apply"
steps:
- uses: actions/checkout@v3
- name: Get Publish Profile
Expand Down

0 comments on commit d3d2906

Please sign in to comment.