aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-pr.yml
diff options
context:
space:
mode:
authorLibravatar Nathanaƫl Houn <contact@nathanaelhoun.fr>2023-05-15 00:21:21 +0200
committerLibravatar GitHub <noreply@github.com>2023-05-14 23:21:21 +0100
commit36184d9c387ad73f865b86701540ea8b7c38c825 (patch)
tree28d95efc368785c34e72351d4ba8a787ceeefade /.github/workflows/check-pr.yml
parentUpgrade pnpm and node versions; Upgrade npm modules (diff)
downloadferdium-recipes-36184d9c387ad73f865b86701540ea8b7c38c825.tar.gz
ferdium-recipes-36184d9c387ad73f865b86701540ea8b7c38c825.tar.zst
ferdium-recipes-36184d9c387ad73f865b86701540ea8b7c38c825.zip
fix(ci): version bump check when new recipe and multiple commits (#362)
Diffstat (limited to '.github/workflows/check-pr.yml')
-rw-r--r--.github/workflows/check-pr.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/check-pr.yml b/.github/workflows/check-pr.yml
index b7f37cd..def73ab 100644
--- a/.github/workflows/check-pr.yml
+++ b/.github/workflows/check-pr.yml
@@ -14,11 +14,9 @@ jobs:
14 uses: actions/checkout@v3 14 uses: actions/checkout@v3
15 - name: Fetch main branch 15 - name: Fetch main branch
16 run: git fetch origin main --depth 1 16 run: git fetch origin main --depth 1
17 - uses: lots0logs/gh-action-get-changed-files@2.1.4 17 - uses: tj-actions/changed-files@v35
18 id: changed-files 18 id: changed-files
19 with:
20 token: ${{ secrets.GITHUB_TOKEN }}
21 - name: Checking recipe version bump 19 - name: Checking recipe version bump
22 uses: ./.github/workflows/check-recipe-version-bump 20 uses: ./.github/workflows/check-recipe-version-bump
23 with: 21 with:
24 changed-files: ${{ steps.changed-files.outputs.modified }} 22 changed-files: ${{ steps.changed-files.outputs.modified_files }}