Fix
All checks were successful
Explore-Gitea-Actions
Test-JavaScript-Actions

This commit is contained in:
alyx 2022-12-24 15:43:21 -06:00
parent 900c5009ed
commit be830f0d19

View File

@ -1,3 +1,10 @@
uses: actions/hello-world-javascript-action@main
with:
who-to-greet: 'Terry the Teacup'
name: Gitea JavaScript Actions
on: [push]
jobs:
Test-JavaScript-Actions:
runs-on: ubuntu-latest
steps:
- name: "Hello!"
uses: actions/hello-world-javascript-action@main
with:
who-to-greet: 'Terry the Teacup'