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 464c0f6 commit c1a06bc
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 @@ -125,15 +125,15 @@ jobs:
run: |
query_result=$(mysql -h 127.0.0.1 -uedxapp001 -ppassword -e "select 1;" edxapp;)
echo "Query Result: $query_result"
echo "query_r=$query_result" >> $GITHUB_ENV
echo "VALUE1=$query_result" >> $GITHUB_ENV
# - name: Step 1
# run: |
# echo "action_state=yellow" >> $GITHUB_ENV
# echo "State is: '${{ env.action_state }}'"
- name: Step 2
run: |
echo "State is: '${{ env.query_r }}'"
echo "State is: '${{ env.VALUE1 }}'"
- name: Checkout branch repo
uses: actions/checkout@v2
Expand Down

0 comments on commit c1a06bc

Please sign in to comment.