diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index c6098d0..c61e088 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -234,8 +234,8 @@ jobs: - name: list triggered jobs run: | echo "this should trigger the following jobs:" - echo "trigger-update-preview-index: ${{steps.ppc.trigger-update-preview-index}}" - echo "trigger-publish-pending-packages: ${{steps.ppc.trigger-publish-pending-packages}}" + echo "trigger-update-preview-index: ${{steps.ppc.outputs.trigger-update-preview-index}}" + echo "trigger-publish-pending-packages: ${{steps.ppc.outputs.trigger-publish-pending-packages}}" update-preview-index: needs: staging-area-pre-publish-checks diff --git a/StagingArea/test/test@2.0.1.fsx b/StagingArea/test/test@2.0.1.fsx index a57b9aa..619313a 100644 --- a/StagingArea/test/test@2.0.1.fsx +++ b/StagingArea/test/test@2.0.1.fsx @@ -23,7 +23,7 @@ Tags: ReleaseNotes: "Trigger another CI run!" --- *) - + // this file is intended for testing purposes only. printfn "If you can read this in your console, you successfully executed test package v2.0.1!"