Skip to content

Bump JamesIves/github-pages-deploy-action from 4.6.0 to 4.6.1 #408

Bump JamesIves/github-pages-deploy-action from 4.6.0 to 4.6.1

Bump JamesIves/github-pages-deploy-action from 4.6.0 to 4.6.1 #408

Workflow file for this run

name: Resync piped
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
branches:
- master
paths: ["github/actions/*", "pyproject.toml"]
jobs:
resync-piped:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
with:
submodules: "true"
- name: Set up Python 3.11
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
with:
python-version: "3.11"
- name: install prerequisites
run: |
python -m pip install --upgrade pip wheel
python -m pip install -r ./python/base-requirements/nox.txt
- name: Resync Piped
run: python -m nox -s copy-piped bot-package-diff
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
with:
name: gogo.patch
path: gogo.patch
- name: Check diff file
run: python -m nox -s is-diff-file-empty