Skip to content

Commit

Permalink
build: capturing new migrations.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Oct 31, 2023
1 parent 4a0dc06 commit 7c75eb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/capture_new_migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,11 @@ jobs:
id: capture1
shell: bash
run: |
echo "$query_result=yellow" >> $GITHUB_ENV
echo "query_result=yellow" >> $GITHUB_ENV
- name: Step 1
run: |
echo "State is: '${{ env.VALUE1 }}'"
echo "State is: '${{ env.query_result }}'"
- name: Checkout branch repo
uses: actions/checkout@v2
Expand Down

0 comments on commit 7c75eb2

Please sign in to comment.