Skip to content

Commit

Permalink
can't use vars.ANYTHING in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Feb 10, 2025
1 parent 3f1bf40 commit f191813
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion telemetry-dispatch-stash-job-artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ runs:
steps:
# Stash current job's OTEL_RESOURCE_ATTRIBUTES and any files in the telemetry-artifacts directory
- name: Stash job artifacts
if: ${{ vars.TELEMETRY_ENABLED == 'true' && github.run_attempt == '1' }}
uses: ./shared-actions/telemetry-impls/stash-job-artifacts

0 comments on commit f191813

Please sign in to comment.