chore: s/GITHUB_*/FORGEJO_*/ & s/github./forge./ (#776)

Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/776
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Earl Warren <contact@earl-warren.org>
Co-committed-by: Earl Warren <contact@earl-warren.org>
This commit is contained in:
Earl Warren 2025-07-09 14:09:48 +00:00 committed by earl-warren
parent 49c2072cbe
commit b67f9e1a70
No known key found for this signature in database
GPG key ID: F128CBE6AB3A7201
10 changed files with 39 additions and 39 deletions

View file

@ -50,7 +50,7 @@ jobs:
steps:
- name: save and display context
run: |
d=/srv/example/workflow-dispatch/contexts/$GITHUB_EVENT_NAME
d=/srv/example/workflow-dispatch/contexts/$FORGEJO_EVENT_NAME
mkdir -p $d
tee $d/github <<'EOF'
${{ toJSON(github) }}