forked from zdzichu/quick-qrcode-generator
Compare commits
2 Commits
v008
...
new-action
| Author | SHA1 | Date | |
|---|---|---|---|
|
65d0bcaa23
|
|||
|
2323c7c216
|
17
.gitea/workflows/demo.yaml
Normal file
17
.gitea/workflows/demo.yaml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
name: Gitea Actions Demo
|
||||||
|
run-name: ${{ gitea.actor }} is testing actions
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
Explore-Gitea-Actions:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo "trigger event ${{ gitea.event_name }}, runner ${{ runner.os }}"
|
||||||
|
- run: echo "branch ${{ gitea.ref }}, repo ${{ gitea.repository }}"
|
||||||
|
- name: Get the code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: list files
|
||||||
|
run: |
|
||||||
|
ls -l ${{ gitea.workspace }}
|
||||||
|
- run: echo "status $${ job.status }}"
|
||||||
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM fedora-minimal:37
|
FROM fedora-minimal:latest
|
||||||
|
|
||||||
RUN microdnf install --assumeyes \
|
RUN microdnf install --assumeyes \
|
||||||
python3-flask \
|
python3-flask \
|
||||||
|
|||||||
Reference in New Issue
Block a user