Skip to content

Commit

Permalink
Adding step to print output
Browse files Browse the repository at this point in the history
  • Loading branch information
dukeofgaming committed Sep 10, 2024
1 parent 18a7c8d commit 67ff60f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jobs:
#echo "environment=$(./get-branch-environment.sh ../branch-environment-map.json)" >> $GITHUB_ENV
echo "::set-output name=environment::$(./get-branch-environment.sh ../branch-environment-map.json)"
- name: Print environment output
run: echo "${{ steps.set_env.outputs.environment }}"

BuildAndPush:
needs: PrepareEnvironment
runs-on: ubuntu-latest
Expand Down

0 comments on commit 67ff60f

Please sign in to comment.