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:
|
||||
generate:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: code.forgejo.org/oci/node:22-bookworm
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
# v this isn't really needed v
|
||||
|
|
@ -49,7 +47,7 @@ jobs:
|
|||
|
||||
- name: Push changes
|
||||
run: |
|
||||
git config --global user.name "github-actions[bot]"
|
||||
git config --global user.name "dingus"
|
||||
git config --global user.email "bot@dorkbutt.lol"
|
||||
|
||||
git add import.css
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue