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 2819758 commit a1eca1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/capture_new_migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: "Setup env vars"
id: envvars
run: |
echo "TEST_VAR=$TEST_VAR" >> $GITHUB_OUTPUT
echo "TEST_VAR='aaaa'" >> $GITHUB_OUTPUT
echo "SERVICE_NAME=$SERVICE_NAME" >> $GITHUB_OUTPUT
env:
TEST_VAR: "test variable value"
Expand Down

0 comments on commit a1eca1d

Please sign in to comment.