Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/workflows/test-setup-environment-variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }} |
1 change: 1 addition & 0 deletions set-up-environment/action.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
Loading