Skip to content

Commit

Permalink
update (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuokamoto authored Nov 3, 2023
1 parent d53c17f commit dd630ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- test_action
steps:
- uses: actions/checkout@v4
if: '${{ matrix.version }}' != '${{ github.base_ref }}'
if: matrix.version != github.base_ref
with:
ref: ${{ matrix.version }}
- name: Debug
Expand All @@ -49,7 +49,7 @@ jobs:
run: |
echo ${{ matrix.version }}, ${{ github.base_ref }}, $GITHUB_SHA. ${{ github.event.pull_request.user.login }}
- name: Cherry pick and create PR
if: '${{ matrix.version }}' != '${{ github.base_ref }}'
if: matrix.version != github.base_ref
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: carloscastrojumo/github-cherry-pick-action@v1.0.9
Expand Down

0 comments on commit dd630ab

Please sign in to comment.