Skip to content

Commit

Permalink
feat(learning): 🔖 try again
Browse files Browse the repository at this point in the history
  • Loading branch information
bastienqb committed Sep 18, 2022
1 parent 1067139 commit aed0c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-release-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Say hello
if: ${{ github.event.pull_request.merged }} and endsWith(${{ github.head_ref}}, "release-please-action")
if: ${{ github.event.pull_request.merged }} && endsWith(${{ github.head_ref}}, "release-please-action")
run: echo "git head ref is ${{ github.head_ref}} and git base ref is {{ github.base_ref }}"

0 comments on commit aed0c90

Please sign in to comment.