Skip to content

ci(deps): update taiki-e/install-action action from v2.28.0 to v2.28.1 #662

ci(deps): update taiki-e/install-action action from v2.28.0 to v2.28.1

ci(deps): update taiki-e/install-action action from v2.28.0 to v2.28.1 #662

Workflow file for this run

name: test
on:
push:
branches: ["**"]
permissions: {}
jobs:
test1:
if: true # test
runs-on: ubuntu-latest
steps:
- run: |
cat << 'EOF' >> $GITHUB_STEP_SUMMARY
inputs
```json
${{ toJSON(inputs) }}
```
${{ toJSON(inputs) == '{}' }}
EOF
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
test3:
runs-on: ubuntu-latest
steps:
- run: |
echo "test3: ${{ false == null }}" >> $GITHUB_STEP_SUMMARY
call-test:
uses: ./.github/workflows/debug.yml