Skip to content

Commit

Permalink
no paths-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
frantjc committed Mar 11, 2024
1 parent 2d5bca5 commit cd23a2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ on:
- main
paths:
- .github/action/**
- "!.github/action/dist/**"
- .github/workflows/build-action.yml
paths-ignore:
- .github/action/dist/**
permissions:
contents: write
pull-requests: write
Expand All @@ -30,7 +29,7 @@ jobs:
- uses: peter-evans/create-pull-request@v6
env:
COMMIT_MESSAGE: |
Update .github/action built by GitHub Actions Workflow "${{ github.workflow }}" run ${{ github.server_url }}/${{ github.repository }}/actions/${{ github.run_id }} for user ${{ github.actor }} from commit ${{ github.sha }}.
Update [.github/action](.github/action) built by GitHub Actions Workflow "${{ github.workflow }}" run ${{ github.server_url }}/${{ github.repository }}/actions/${{ github.run_id }} for user ${{ github.actor }} from commit ${{ github.sha }}.
with:
add-paths: |
.github/action
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-shims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
- uses: peter-evans/create-pull-request@v6
env:
COMMIT_MESSAGE: |
Update internal/bin/shim_amd64 and internal/bin/shim_arm64 built by GitHub Actions Workflow "${{ github.workflow }}" run ${{ github.server_url }}/${{ github.repository }}/actions/${{ github.run_id }} for user ${{ github.actor }} from commit ${{ github.sha }}.
Update [internal/bin/shim_*](internal/bin) built by GitHub Actions Workflow "${{ github.workflow }}" run ${{ github.server_url }}/${{ github.repository }}/actions/${{ github.run_id }} for user ${{ github.actor }} from commit ${{ github.sha }}.
with:
add-paths: |
internal/bin/shim_amd64
internal/bin/shim_arm64
reviewers: |
${{ github.actor }}
title: |
Build internal/bin/shim_amd64 and internal/bin/shim_arm64
Build internal/bin/shim_*
commit-message: ${{ env.COMMIT_MESSAGE }}
body: ${{ env.COMMIT_MESSAGE }}
branch: github-actions/gen/internal/bin
Expand Down

0 comments on commit cd23a2b

Please sign in to comment.