Skip to content

chore(deps): update actions/checkout digest to 93cb6ef #118

chore(deps): update actions/checkout digest to 93cb6ef

chore(deps): update actions/checkout digest to 93cb6ef #118

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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
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"