Skip to content

ci(deps): update taiki-e/install-action action to v2.23.6 #190

ci(deps): update taiki-e/install-action action to v2.23.6

ci(deps): update taiki-e/install-action action to v2.23.6 #190

Workflow file for this run

name: test
on:
push:
branches: ["**"]
permissions: {}
jobs:
test1:
if: ${{ startsWith(github.event.head_commit.message, 'release:')}}
runs-on: ubuntu-latest
steps:
- run: |
echo "`startsWith(github.event.head_commit.message, 'release:')`: ${{ startsWith(github.event.head_commit.message, 'release:')}}" >> $GITHUB_STEP_SUMMARY
- run: |
echo "`github.event.head_commit.author.name == 'github-actions[bot]'`: ${{ github.event.head_commit.author.name == 'github-actions[bot]'}}" >> $GITHUB_STEP_SUMMARY
test2:
if: ${{ !startsWith(github.event.head_commit.message, 'chore(main):\ ')}}
runs-on: ubuntu-latest
steps:
- run: |
echo "test2: ${{ !startsWith(github.event.head_commit.message, 'chore(main)')}}" >> $GITHUB_STEP_SUMMARY
call-test:
uses: ./.github/workflows/debug.yml