Skip to content

fix(helm-publish): fix secrets reference in if condition (#1) #3

fix(helm-publish): fix secrets reference in if condition (#1)

fix(helm-publish): fix secrets reference in if condition (#1) #3

Workflow file for this run

name: Test Reusable Workflows
on:
push:
branches: [main]
paths:
- '.github/workflows/**'
- 'tests/**'
pull_request:
branches: [main]
paths:
- '.github/workflows/**'
- 'tests/**'
jobs:
test-workflow-outputs:
name: Test Docker Workflow Outputs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run workflow output tests
run: |
chmod +x tests/test-docker-workflow-outputs.sh
./tests/test-docker-workflow-outputs.sh