Skip to content

Commit

Permalink
Removing the invalid props for steps
Browse files Browse the repository at this point in the history
  • Loading branch information
amankumarrr committed Mar 27, 2024
1 parent 3977941 commit 0c0e949
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 9 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
environment:
name: production
name: staging
url: ${{ steps.deploy.outputs.url }}
permissions:
id-token: write
Expand All @@ -73,7 +73,6 @@ jobs:
uses: xom9ikk/dotenv@v2
with:
path: ./.github
load-mode: strict

- name: Deploy to staging
id: deploy
Expand Down Expand Up @@ -108,7 +107,6 @@ jobs:
uses: xom9ikk/dotenv@v2
with:
path: ./.github
load-mode: strict

- name: Azure CLI - Login
uses: azure/login@v2
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/main-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
uses: xom9ikk/dotenv@v2
with:
path: ./.github
load-mode: strict

- name: Build
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/pr-main-infra-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
uses: xom9ikk/dotenv@v2
with:
path: ./.github
load-mode: strict

- name: Build
run: |
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/pr-push-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ jobs:
uses: xom9ikk/dotenv@v2
with:
path: ./.github
load-mode: strict

- name: Deploy to slot
uses: ./.github/actions/deploy
Expand All @@ -90,7 +89,6 @@ jobs:
message: |
Deployed changes to <${{ steps.deploy.outputs.url }}>
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token-user-login: "github-actions[bot]"
allow-repeats: true

ui-test:
Expand Down Expand Up @@ -137,5 +135,4 @@ jobs:
View the full report <https://pagespeed.web.dev/report?url=${{ needs.pr-deploy.outputs.url }}>
repo-token: ${{ secrets.GITHUB_TOKEN }}
repo-token-user-login: "github-actions[bot]"
allow-repeats: true
1 change: 0 additions & 1 deletion .github/workflows/template-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
uses: xom9ikk/dotenv@v2
with:
path: ./.github
load-mode: strict

- name: Get current date
id: date
Expand Down

0 comments on commit 0c0e949

Please sign in to comment.