We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d7280 commit dd9e777Copy full SHA for dd9e777
.github/workflows/main.yaml
@@ -8,7 +8,7 @@ jobs:
8
# Step 1
9
# To use this repository's private action,
10
# you must check out the repository
11
- - name: Checkout test repository
+ - name: Checkout test repository
12
uses: actions/checkout@master
13
# Step 2
14
- name: Checkout habits repository
@@ -24,11 +24,11 @@ jobs:
24
- name: Pipeline run step
25
# Where the action is
26
# format: {org}/{repo}[/path]@ref ?
27
- uses: ./.github/actions/habits_action
+ uses: ./.github/actions/habits_action
28
id: pipeline
29
with:
30
- owner: 'banjtheman'
31
- name: 'test'
+ owner: 'mythril-hypervisor'
+ name: 'mythril'
32
env:
33
GITHUB_ACCESS_TOKEN: " ${{ secrets.HABITS_NEW }}"
34
DO_RC: "ON"
0 commit comments