Skip to content

Commit dd9e777

Browse files
committed
Fix owner
1 parent 51d7280 commit dd9e777

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
# Step 1
99
# To use this repository's private action,
1010
# you must check out the repository
11-
- name: Checkout test repository
11+
- name: Checkout test repository
1212
uses: actions/checkout@master
1313
# Step 2
1414
- name: Checkout habits repository
@@ -24,11 +24,11 @@ jobs:
2424
- name: Pipeline run step
2525
# Where the action is
2626
# format: {org}/{repo}[/path]@ref ?
27-
uses: ./.github/actions/habits_action
27+
uses: ./.github/actions/habits_action
2828
id: pipeline
2929
with:
30-
owner: 'banjtheman'
31-
name: 'test'
30+
owner: 'mythril-hypervisor'
31+
name: 'mythril'
3232
env:
3333
GITHUB_ACCESS_TOKEN: " ${{ secrets.HABITS_NEW }}"
3434
DO_RC: "ON"

0 commit comments

Comments
 (0)