Skip to content

Test Published GitHub Action #7

Test Published GitHub Action

Test Published GitHub Action #7

name: Test Published GitHub Action
on:
workflow_dispatch:
jobs:
test_published_github_action:
container: node:20.9.0@sha256:62efd17e997bc843aefa4c003ed84f43dfac83fa6228c57c898482e50a02e45c
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: GitHub Action
uses: specfy/stack-analyser@v1.8.2
- name: Check if file exists
working-directory: ${{ github.workspace }}
run: |
echo "Check if file exists"
cat stack-output.json || exit 1