Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VibeNL authored Nov 10, 2024
1 parent 0232d5c commit f2dfa51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:

- name: Create a PR comment with the published version
uses: thollander/actions-comment-pull-request@v2
if: ((${{ github.event_name == 'pull_request' }}) && (steps.checksecrets.outputs.secretspresent == 'YES'))
if: ${{ github.event_name == 'pull_request' && steps.checksecrets.outputs.secretspresent == 'YES'}}
with:
message: |
### Development container published
Expand Down

0 comments on commit f2dfa51

Please sign in to comment.