forked from mobinmazahery85/gitea-vps
10 lines
274 B
YAML
10 lines
274 B
YAML
|
name: W-what?
|
||
|
run-name: ${{ gitea.actor }} didn't believe Gitea Actions is a thing
|
||
|
on: [push]
|
||
|
jobs:
|
||
|
Explore-Gitea-Actions:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- name: Me when, reality check
|
||
|
run: sudo apt update && sudo apt -yq install neofetch && neofetch
|