Skip to content

Commit

Permalink
chore: highlight the workflow info steps
Browse files Browse the repository at this point in the history
  • Loading branch information
aabouzaid committed Aug 13, 2024
1 parent 8cc5d3e commit a4b3f29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-integration-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
TEST_CLUSTER_TYPE: ${{ matrix.distro.type || inputs.cluster-type }}

steps:
- name: Print workflow inputs
- name: ℹ️ Print workflow inputs ℹ️
env:
GITHUB_CONTEXT: ${{ toJson(inputs) }}
run: echo "$GITHUB_CONTEXT"
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
openssl enc -aes-256-cbc -d -in encrypted_kubeconfig.enc -out "$HOME/.kube/config" -pass pass:"${GITHUB_TOKEN}" -pbkdf2
rm encrypted_kubeconfig.enc
chmod 600 $HOME/.kube/config
- name: Set workflow vars
- name: ℹ️ Set workflow vars ℹ️
id: vars
uses: ./.github/actions/workflow-vars
with:
Expand Down

0 comments on commit a4b3f29

Please sign in to comment.