diff --git a/.github/workflows/test-actions.yml b/.github/workflows/test-actions.yml index c15dccf..d391128 100644 --- a/.github/workflows/test-actions.yml +++ b/.github/workflows/test-actions.yml @@ -2,9 +2,10 @@ name: Test Actions on: push: - branches: [ main ] + branches: [ master ] pull_request: - branches: [ main ] + branches: [ master ] + workflow_dispatch: jobs: test-setup: diff --git a/validate/action.yml b/validate/action.yml index a669076..d3f3c50 100644 --- a/validate/action.yml +++ b/validate/action.yml @@ -38,6 +38,9 @@ runs: echo "status=success" >> $GITHUB_OUTPUT echo "::notice::Lab validation passed for $LAB_PATH" + # Display output in console + echo "$output" + # Store output { echo "output<> $GITHUB_OUTPUT + # Display output in console + echo "$output" + # Store output { echo "output<