Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
neo7337 committed Aug 17, 2024
1 parent 8d5baf0 commit 103c9d5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/updateDb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,11 @@ jobs:
update-data:
runs-on: ubuntu-latest

strategy:
matrix:
environment: [prod]
environment: prod

steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set environment variables based on environment
run: |
echo "Running for Environment:: ${{ matrix.environment }}"
echo "ENVIRONMENT=${{ matrix.environment }}" >> $GITHUB_ENV
- name: Set Up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 103c9d5

Please sign in to comment.