Skip to content

Commit

Permalink
move workflow to workflow root dir
Browse files Browse the repository at this point in the history
  • Loading branch information
brianfeister committed Feb 21, 2024
1 parent 93251d6 commit 4a99eda
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:
jobs:
DeployFeatureSST:
runs-on: ubuntu-latest
uses: meetnearme/api/.github/workflows/scripts/git-checkout-w-env-vars.yml@feature/env-vars
uses: meetnearme/api/.github/workflows/git-checkout-w-env-vars.yml@feature/env-vars
steps:
- name: Extract branch name
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:

jobs:
DeployProdSST:
uses: meetnearme/api/.github/workflows/scripts/git-checkout-w-env-vars.yml@feature/env-vars
uses: meetnearme/api/.github/workflows/git-checkout-w-env-vars.yml@feature/env-vars
runs-on: ubuntu-latest
steps:
- name: Extract branch name
Expand Down

0 comments on commit 4a99eda

Please sign in to comment.