Skip to content

Commit

Permalink
Fix: allowTags option was not being properly passed to code refs (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
jazanne committed Dec 8, 2021
1 parent 2df9ad9 commit 8afd718
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ runs:
LD_REPO_NAME: ${{ inputs.repoName }}
LD_BASE_URI: ${{ inputs.baseUri }}
LD_CONTEXT_LINES: ${{ inputs.contextLines }}
LD_ALLOW_TAGS: ${{ inputs.allowTags }}
LD_DEBUG: ${{ inputs.debug }}
LD_IGNORE_SERVICE_ERRORS: ${{ inputs.ignoreServiceErrors }}
LD_LOOKBACK: ${{ inputs.lookback }}

0 comments on commit 8afd718

Please sign in to comment.