Skip to content

Commit

Permalink
Removed wrong template from action
Browse files Browse the repository at this point in the history
  • Loading branch information
GPaoloni committed Sep 7, 2022
1 parent 1b036e3 commit 47fbc84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/generate-pre-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ inputs:
required: true
repository:
required: true
description: The github repo to compare tags against. Tipically ${{ github.repository }}.
description: The github repo to compare tags against. Tipically github.repository.
repo_token:
description: A GitHub token to access the repo. Tipically secrets.GITHUB_TOKEN.
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plugin-hrm-form-pre-release-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
tag-prefix: ${{ inputs.tag-prefix }}
tag-suffix: 'qa'
title: ${{ inputs.title }}
repository: "${{ github.repository }}"
repository: ${{ github.repository }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
id: create_pre_release

Expand Down

0 comments on commit 47fbc84

Please # to comment.