Skip to content

Commit

Permalink
Also output it directly
Browse files Browse the repository at this point in the history
  • Loading branch information
gliwka committed Dec 2, 2023
1 parent 0ae0675 commit 925da00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
name: Echo
runs-on: ubuntu-latest
steps:
- run: echo ${{ needs.create-staging-repo.outputs.staging-repo }}
- run: "echo $STAGING"
env:
STAGING: ${{ needs.create-staging-repo.outputs.staging-repo }}

0 comments on commit 925da00

Please sign in to comment.