Skip to content

Commit

Permalink
Fix actionlint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
joernott committed Apr 29, 2024
1 parent 99d8510 commit a6d17c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- name: 'Build testplan'
id: build
run: |
# shellcheck disable=SC2088
PLAN="~/composer-plugin.yaml,~/defaults/component.yml"
# Build testplan
if [ '${{ github.event_name }}' == 'pull_request' ]; then
Expand Down

0 comments on commit a6d17c2

Please sign in to comment.