Skip to content

Commit

Permalink
use annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
mcascone committed Aug 13, 2024
1 parent 52fb49b commit 990e9e6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/envtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ jobs:

- name: read the outputs
run: |
echo 'config: ${{ steps.config.outputs.config }}'
echo 'art: ${{ steps.config.outputs.artifactId }}'
echo 'test: ${{ steps.config.outputs.test }}'
echo "env: $ARTIFACT_ID"
echo '::notice::config: ${{ steps.config.outputs.config }}'
echo '::notice::art: ${{ steps.config.outputs.artifactId }}'
echo '::notice::test: ${{ steps.config.outputs.test }}'
echo "::notice::env: $ARTIFACT_ID"
- name: set outputs
run: echo "ARTIFACT_ID=${{ steps.config.outputs.artifactId }} >> $GITHUB_OUTPUT"
Expand All @@ -59,9 +59,9 @@ jobs:
steps:
- name: try reading env from previous job
run: |
echo "scope id: $ARTIFACT_ID"
echo 'context id: ${{ env.ARTIFACT_ID }}'
echo 'output id: ${{ needs.windows_job.outputs.artifactId}}'
echo "notice::scope id: $ARTIFACT_ID"
echo '::notice::context id: ${{ env.ARTIFACT_ID }}'
echo '::notice::output id: ${{ needs.windows_job.outputs.artifactId}}'
# - name: set gritty env var
# run: echo "mascot=Gritty" >> $GITHUB_ENV
Expand Down

0 comments on commit 990e9e6

Please sign in to comment.