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 a793a3f commit 2a710e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/capture_new_migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,9 @@ jobs:
echo "Number 2: $number2"
result=$((number1 - number2))
echo "Result: $result"
echo "::set-env name=SUBTRACTION_RESULT::$result"
echo "SUBTRACTION_RESULT=$result" >> $GITHUB_ENV
shell: bash


- name: Use subtraction result
run: |
subtraction_result=${{ env.SUBTRACTION_RESULT }}
Expand Down

0 comments on commit 2a710e6

Please sign in to comment.