This commit is contained in:
@ -1,3 +1,10 @@
|
|||||||
uses: actions/hello-world-javascript-action@main
|
name: Gitea JavaScript Actions
|
||||||
with:
|
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'
|
who-to-greet: 'Terry the Teacup'
|
||||||
|
Reference in New Issue
Block a user