We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bdc5f3 commit 55f7792Copy full SHA for 55f7792
.github/workflows/publish.yaml
@@ -10,8 +10,7 @@ on:
10
jobs:
11
plot-and-publish:
12
runs-on: ubuntu-latest
13
- if: |
14
- "contains(github.event.head_commit.message, 'release-please--branches--main')"
+ if: "contains(github.event.head_commit.message, 'release-please--branches--main')"
15
steps:
16
- name: ⬇️ Checkout repository
17
uses: actions/checkout@v3
0 commit comments