Skip to content

Commit 30546c3

Browse files
committed
add temp actions testing
1 parent bb6d82f commit 30546c3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/myworflow.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: My-tmp-workflow
2+
3+
on:
4+
# push:
5+
# branches:
6+
# - main
7+
workflow_dispatch:
8+
9+
jobs:
10+
lint:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- shell: bash
14+
env:
15+
MY_REMOTE_REPO: ${{ secrets.REMOTE_REPO }}
16+
MY_REMOTE_OWNER: ${{ secrets.REMOTE_OWNER }}
17+
run: |
18+
echo "01 secret remote repo $MY_REMOTE_REPO for $MY_REMOTE_OWNER"
19+
echo "02 secret remote repo $REMOTE_REPO for $REMOTE_OWNER"

0 commit comments

Comments
 (0)