Some checks failed
Build Folio / Explore-Gitea-Actions (push) Failing after 3s
23 lines
563 B
YAML
23 lines
563 B
YAML
name: Build Folio
|
|
run-name: Build Folio latest Jar
|
|
on: [push]
|
|
jobs:
|
|
Explore-Gitea-Actions:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: A
|
|
run: |
|
|
echo "asdfdf" > text.txt
|
|
ls
|
|
cat text.txt
|
|
|
|
- name: B
|
|
run: |
|
|
echo "asdasdf" > text.txt
|
|
- name: Use Go Action
|
|
id: use-go-action
|
|
uses: https://gitea.com/actions/release-action@main
|
|
with:
|
|
files: |-
|
|
text.txt
|
|
api_key: '${{secrets.CLONE_GITEA_TOKEN}}' |