Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

chores

chores #514

Workflow file for this run

name: Chores
on:
workflow_dispatch:
repository_dispatch:
types:
- chores
schedule:
- cron: '29 3 27 * *'
concurrency: chores
jobs:
debug:
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: echo "$GITHUB_CONTEXT"
- name: Dump job context
env:
JOB_CONTEXT: ${{ toJSON(job) }}
run: echo "$JOB_CONTEXT"
- name: Dump steps context
env:
STEPS_CONTEXT: ${{ toJSON(steps) }}
run: echo "$STEPS_CONTEXT"
- name: Dump runner context
env:
RUNNER_CONTEXT: ${{ toJSON(runner) }}
run: echo "$RUNNER_CONTEXT"
- name: Dump strategy context
env:
STRATEGY_CONTEXT: ${{ toJSON(strategy) }}
run: echo "$STRATEGY_CONTEXT"
- name: Dump matrix context
env:
MATRIX_CONTEXT: ${{ toJSON(matrix) }}
run: echo "$MATRIX_CONTEXT"
- name: Dump environment variables
run: set
chores:
name: Chores
runs-on: ubuntu-latest
permissions:
actions: write
contents: write
pull-requests: write
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Chores
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/ArloL/chorito/HEAD/run-latest.sh)"
git diff
- name: Create Pull Request
uses: peter-evans/[email protected]
with:
commit-message: "chore: automated changes by chorito"
branch: "chorito/patch"
title: "chore: automated changes by chorito"
body: "Automated changes by [chorito](https://github.com/ArloL/chorito)"