Skip to content

Merge pull request #17 from tinloof/tin-2255-fix-products-list-images… #4

Merge pull request #17 from tinloof/tin-2255-fix-products-list-images…

Merge pull request #17 from tinloof/tin-2255-fix-products-list-images… #4

Workflow file for this run

on:
push:
branches:
- "main"
jobs:
mirror_job:
runs-on: ubuntu-latest
name: Mirror `main` branch to `comment` branch
steps:
- name: Mirror action step
id: mirror
uses: google/mirror-branch-action@v1.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
source: "main"
dest: "comment"