Skip to content

Commit

Permalink
experiment 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed May 22, 2024
1 parent 64db909 commit 9c88ed6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ on:
- cron: "0 0 1/7 * *"

jobs:
show-commit-message:

show-commit-message-1:
name: show commit message 1
runs-on: ubuntu-20.04
run: echo ${{ github.event.head_commit.message }}

CI:
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ on:

jobs:

show-commit-message-1:
name: show commit message 1
runs-on: ubuntu-20.04
run: echo ${{ github.event.head_commit.message }}

CI:
uses: ./.github/workflows/ci.yml
secrets: inherit
with:
commit-message: ${{ github.event.head_commit.message }}

0 comments on commit 9c88ed6

Please sign in to comment.