Skip to content

Commit

Permalink
Update deploy-scan-results-to-github-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihtokus authored Aug 7, 2023
1 parent 1c64778 commit 44d979f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deploy-scan-results-to-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ jobs:
env:
Greeting: $(date +%s)
steps:
- name: outputtest1
run: |
ls
echo "mix-ecto_create='ABC'" >> $GITHUB_OUTPUT
id: run_tests
- name: outputtest2
if: always()
run: |
echo ${{steps.run_tests.outputs.mix-ecto_create}}
echo ${{join(steps.run_tests.outputs.*, '\n')}}
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Creating scan results
Expand Down

0 comments on commit 44d979f

Please sign in to comment.