diff --git a/.github/workflows/capture_new_migrations.yml b/.github/workflows/capture_new_migrations.yml index ec4c2e0cadee..b4f754eafec3 100644 --- a/.github/workflows/capture_new_migrations.yml +++ b/.github/workflows/capture_new_migrations.yml @@ -127,11 +127,7 @@ jobs: echo "Query Result: $query_result" 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 + - name: Step 1 run: | echo "State is: '${{ env.VALUE1 }}'"