reverse actions change.
This commit is contained in:
parent
062ca06c52
commit
1e4eabc292
1 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue