diff --git a/.github/workflows/test-setup-environment-variables.yml b/.github/workflows/test-setup-environment-variables.yml index 65b8149e..61874169 100644 --- a/.github/workflows/test-setup-environment-variables.yml +++ b/.github/workflows/test-setup-environment-variables.yml @@ -30,3 +30,15 @@ jobs: echo DOMAIN=${{ env.DOMAIN }} echo APPLICATION=${{ env.APPLICATION }} echo PAAS_APPLICATION_NAME=${{ env.PAAS_APPLICATION_NAME }} + + - name: Test marocchino update + uses: marocchino/sticky-pull-request-comment@0ea0beb66eb9baf113663a64ec522f60e49231c0 # Pinned at v3.0.4 + with: + header: aks + message: | + ### Testing + + | Test variables for comment: | + | ---------------------------------------------------------------------------------------- | + | ${{ env.TEAM_NAME }} | + | ${{ env.APPLICATION }} | \ No newline at end of file diff --git a/set-up-environment/action.yml b/set-up-environment/action.yml index b267b521..0c89601b 100644 --- a/set-up-environment/action.yml +++ b/set-up-environment/action.yml @@ -1,3 +1,4 @@ +# Test comment to trigger workflow run name: Setup environment variables from file description: Will set contents of a yaml file as environment variable inputs: