Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Meric Akgul committed Jun 7, 2024
1 parent bf2ba9c commit 6e6ebbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ff-version-auto-bumper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,5 +205,6 @@ jobs:
env:
GH_TOKEN: ${{ secrets.token }}
run: |
echo "SCOUT_OUTPUT: ${{ steps.docker-scout.outputs.compare }}"
SCOUT_OUTPUT=${{ steps.docker-scout.outputs.compare }}
echo "scoutOutput: ${SCOUT_OUTPUT}"

0 comments on commit 6e6ebbc

Please sign in to comment.