Skip to content

chore(deps): update busybox:1.36.1-uclibc docker digest to 41edc0b #348

chore(deps): update busybox:1.36.1-uclibc docker digest to 41edc0b

chore(deps): update busybox:1.36.1-uclibc docker digest to 41edc0b #348

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