mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-11-14 15:47:16 +00:00
📸 Simplify auto recorder macos versionning
This commit is contained in:
parent
042dd50b4f
commit
fd7c1cce5b
1 changed files with 4 additions and 7 deletions
11
.github/workflows/record-images.yml
vendored
11
.github/workflows/record-images.yml
vendored
|
@ -5,10 +5,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: macos-13.0
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
os: [macos-13.0]
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
@ -39,7 +36,7 @@ jobs:
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v6
|
uses: peter-evans/create-pull-request@v6
|
||||||
with:
|
with:
|
||||||
commit-message: ':camera: Update images and videos ${{ matrix.os }}'
|
commit-message: ':camera: Update images and videos ${{ runner.os }}'
|
||||||
title: ':camera: Update images and videos ${{ matrix.os }}'
|
title: ':camera: Update images and videos ${{ runner.os }}'
|
||||||
branch: update-images-and-videos-${{ matrix.os }}
|
branch: update-images-and-videos-${{ runner.os }}
|
||||||
delete-branch: true
|
delete-branch: true
|
||||||
|
|
Loading…
Reference in a new issue