reverse actions change.

This commit is contained in:
dorkbutt 2025-06-05 00:16:47 -04:00
parent 062ca06c52
commit 1e4eabc292
No known key found for this signature in database

View file

@ -20,9 +20,7 @@ concurrency:
jobs: jobs:
generate: generate:
runs-on: docker runs-on: ubuntu-latest
container:
image: code.forgejo.org/oci/node:22-bookworm
permissions: permissions:
contents: write contents: write
# v this isn't really needed v # v this isn't really needed v
@ -49,7 +47,7 @@ jobs:
- name: Push changes - name: Push changes
run: | run: |
git config --global user.name "github-actions[bot]" git config --global user.name "dingus"
git config --global user.email "bot@dorkbutt.lol" git config --global user.email "bot@dorkbutt.lol"
git add import.css git add import.css