parent
32779c4d6d
commit
186b29a8a0
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
|
||||
run actions_verify_example schedule-noncancel
|
||||
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
|
||||
}
|
||||
|
|
|
@ -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