mirror of
https://github.com/yannbertrand/macos-defaults
synced 2024-11-13 23:27:17 +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:
|
||||
build:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macos-13.0]
|
||||
runs-on: macos-13.0
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
@ -39,7 +36,7 @@ jobs:
|
|||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v6
|
||||
with:
|
||||
commit-message: ':camera: Update images and videos ${{ matrix.os }}'
|
||||
title: ':camera: Update images and videos ${{ matrix.os }}'
|
||||
branch: update-images-and-videos-${{ matrix.os }}
|
||||
commit-message: ':camera: Update images and videos ${{ runner.os }}'
|
||||
title: ':camera: Update images and videos ${{ runner.os }}'
|
||||
branch: update-images-and-videos-${{ runner.os }}
|
||||
delete-branch: true
|
||||
|
|
Loading…
Reference in a new issue