Skip to content

Commit

Permalink
fix: actually expose output-value
Browse files Browse the repository at this point in the history
  • Loading branch information
ccwienk committed Nov 12, 2024
1 parent fae9f97 commit 5b13fb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/gar-auth/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ outputs:
value: ${{ steps.export.outputs.access_token }}
docker_cfg:
description: A $HOME/.docker/config.json containing the token (for convenience)
value: ${{ steps.export.outputs.docker_cfg }}
runs:
using: composite
steps:
Expand Down

0 comments on commit 5b13fb8

Please sign in to comment.