Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Nov 13, 2024
1 parent dd60f06 commit d8e24e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/.schema-spy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ jobs:
id: vars
run: |
echo "FLYWAY_IMAGE='docker://flyway/flyway:10'"
echo "FLYWAY_IMAGE=${{ inputs.flyway_image }}" >> $GITHUB_OUTPUT
echo "FLYWAY_IMAGE=\'${{ inputs.flyway_image }}\'"
echo "FLYWAY_IMAGE=\'${{ inputs.flyway_image }}\'" >> $GITHUB_OUTPUT
# - name: Flyway
# uses: ${{ steps.vars.outputs.FLYWAY_IMAGE }}
Expand Down

0 comments on commit d8e24e9

Please sign in to comment.