Skip to content

Fix error in check-status workflow #10

Fix error in check-status workflow

Fix error in check-status workflow #10

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: CI
# Controls when the workflow will run
on:
# Triggers the workflow on pull request events but only for the "main" branch
pull_request:
branches: [ "main" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
wait-for-status:
runs-on: ubuntu-latest
steps:
- name: Wait for external status
uses: developerproductivity/data-ingestion/osci@v1
with:
desired_context: "try"
token: ${{ secrets.GITHUB_TOKEN }}
- name: Display final status
env:
FINAL_STATE: ${{ steps['wait-for-status'].outputs.final_state }}
run: echo "External status final state: $FINAL_STATE"

Check failure on line 28 in .github/workflows/check-status.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/check-status.yaml

Invalid workflow file

You have an error in your yaml syntax on line 28