Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
arealmaas committed Oct 29, 2024
1 parent 2a7cf01 commit 54b22fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set Mock Infra Version
run: gh variable set LATEST_DEPLOYED_INFRA_VERSION --env test --body "1.0.0"
run: gh variable set LATEST_DEPLOYED_INFRA_VERSION --body "1.0.0" --env test
env:
GH_TOKEN: ${{ secrets.RELEASE_VERSION_STORAGE_PAT }}
- name: Set Mock Apps Version
run: gh variable set LATEST_DEPLOYED_APPS_VERSION --env test --body "1.0.0"
run: gh variable set LATEST_DEPLOYED_APPS_VERSION --body "1.0.0" --env test
env:
GH_TOKEN: ${{ secrets.RELEASE_VERSION_STORAGE_PAT }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
steps:
- name: Set GitHub variable for latest deployed apps version
run: |
gh variable set LATEST_DEPLOYED_APPS_VERSION --body "${{ needs.get-current-version.outputs.version }}" --env staging --repo ${{ github.repository }}
gh variable set LATEST_DEPLOYED_APPS_VERSION --body "${{ needs.get-current-version.outputs.version }}" --env staging
deploy-slack-notifier:
name: Deploy slack notifier (staging)
Expand Down

0 comments on commit 54b22fc

Please sign in to comment.