Merge pull request 'Revert "feat: test FORGEJO_TOKEN"' (#435) from earl-warren/end-to-end:wip-branding into main
Reviewed-on: https://code.forgejo.org/forgejo/end-to-end/pulls/435 Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
This commit is contained in:
commit
c9e68961b1
2 changed files with 0 additions and 18 deletions
|
@ -171,9 +171,5 @@ function test_actions() {
|
||||||
if dpkg --compare-versions $version ge 9.0; then
|
if dpkg --compare-versions $version ge 9.0; then
|
||||||
run actions_verify_example schedule-noncancel
|
run actions_verify_example schedule-noncancel
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if dpkg --compare-versions $version ge 10.0 && dpkg --compare-versions $runner_version gt 5.0.4; then
|
|
||||||
run actions_verify_example branding-v10
|
|
||||||
fi
|
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
on: [push]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
test:
|
|
||||||
runs-on: docker
|
|
||||||
container:
|
|
||||||
image: code.forgejo.org/oci/node:20-bookworm
|
|
||||||
steps:
|
|
||||||
- name: FORGEJO_TOKEN
|
|
||||||
run: |
|
|
||||||
set -x
|
|
||||||
test "$FORGEJO_TOKEN"
|
|
||||||
test "$FORGEJO_TOKEN" = "${{ env.FORGEJO_TOKEN }}"
|
|
||||||
test "$FORGEJO_TOKEN" = "${{ github.TOKEN }}"
|
|
Loading…
Add table
Reference in a new issue