Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-fyi committed Oct 30, 2023
1 parent 5eed3c6 commit 1244955
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/template-test-and-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@ jobs:
- name: Summary
run: |
echo "### Result" >> $GITHUB_STEP_SUMMARY
echo "" >> $GITHUB_STEP_SUMMARY # this is a blank line
echo "**Test:** ${{ steps.setup.outputs.DEPLOY_TEST }}" >> $GITHUB_STEP_SUMMARY
echo "**Production:** ${{ steps.setup.outputs.DEPLOY_PRODUCTION }}" >> $GITHUB_STEP_SUMMARY
echo "# Informationen zum Workflow Run" >> $GITHUB_STEP_SUMMARY
echo "" >> $GITHUB_STEP_SUMMARY
if [ ${{ steps.setup.outputs.DEPLOY_PRODUCTION }} == 'false' ]; then
echo "Deployment: nur bis Test" >> $GITHUB_STEP_SUMMARY
else
echo "Deployment: bis in Production möglich" >> $GITHUB_STEP_SUMMARY
echo "Version: " >> $GITHUB_STEP_SUMMARY
# Test Environment

Expand Down

0 comments on commit 1244955

Please sign in to comment.