Skip to content

chore(deps): update actions/checkout action to v6 #119

chore(deps): update actions/checkout action to v6

chore(deps): update actions/checkout action to v6 #119

Workflow file for this run

name: Smoke Test
on: [push]
permissions: {}
jobs:
smoke_test:
runs-on: ubuntu-latest
name: Smoke Test
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
with:
persist-credentials: false
- name: Generate Test Summary
id: generate-summary
uses: ./
with:
artifact_directory: example-artifacts/
- name: If there are alerts, echo them
if: ${{ steps.generate-summary.outputs.alerts }}
env:
ALERTS: ${{ steps.generate-summary.outputs.alerts }}
run: echo "$ALERTS"
- name: Echo the thermometer
env:
THERMOMETER: ${{ steps.generate-summary.outputs.thermometer }}
run: echo "$THERMOMETER"