test: checkout + GITEA_OUTPUT
This commit is contained in:
@@ -0,0 +1,19 @@
|
|||||||
|
name: Deploy Test5
|
||||||
|
run-name: Deploy Test5
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
ref: main
|
||||||
|
- name: Resolve Version
|
||||||
|
id: version
|
||||||
|
run: |
|
||||||
|
VERSION=$(cat VERSION | tr -d '[:space:]')
|
||||||
|
echo "version=${VERSION}" >> "$GITEA_OUTPUT"
|
||||||
Reference in New Issue
Block a user