Skip to content

Commit

Permalink
Update gen-ci-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas authored Nov 30, 2023
1 parent 5274190 commit 754e621
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/gen-ci-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
default: default
required: false
type: string
ref:
required: false
type: string

jobs:
build:
Expand All @@ -17,6 +20,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
if: ${{ inputs.ref != '' }}
- name: Checkout/ref
uses: actions/checkout@v4
if: ${{ inputs.ref }}
- name: Test README
run: cat README.md
- name: Test secret
Expand Down

0 comments on commit 754e621

Please sign in to comment.