We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22459b0 commit c5701b8Copy full SHA for c5701b8
.github/workflows/create-release-tag.yaml
@@ -25,7 +25,8 @@ jobs:
25
steps:
26
- name: Get branch name
27
run: |
28
- echo "TAG_NAME=${${{ github.event.pull_request.base.ref }}#release-prep/}" >> $GITHUB_ENV
+ branch_name="${{ github.event.pull_request.head.ref }}"
29
+ echo "TAG_NAME=${branch_name#release-prep/}" >> $GITHUB_ENV
30
- name: Create tag
31
uses: actions/github-script@v5
32
with:
CHANGELOG.md
@@ -18,4 +18,3 @@ Initial version of IdentityNow Terraform Provider
18
* `identitynow_source_schema` - manage Source Schema
19
* `identitynow_transform` - manage Transform
20
* `identitynow_workflow` - manage Workflow
21
-
0 commit comments