second test
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
name: second
|
||||
on: push
|
||||
jobs:
|
||||
print-variables_asd:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo ${{secrets.SECRET1}}
|
||||
- run: echo ${{variables.VARIABLE1}}
|
||||
@@ -1,12 +0,0 @@
|
||||
name: Test
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
hello:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- run: echo "Hello from my Framework!"
|
||||
Reference in New Issue
Block a user