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 7ab87f2 commit e4a99ddCopy full SHA for e4a99dd
.github/workflows/create-release-tag.yaml
@@ -32,9 +32,9 @@ jobs:
32
with:
33
github-token: ${{ github.token }}
34
script: |
35
- echo "Creating tag v${{ env.TAG_NAME }}"
36
github.rest.git.createRef({
37
owner: context.repo.owner,
38
repo: context.repo.repo,
39
- ref: 'refs/tags/v${{ env.TAG_NAME }}'
+ ref: 'refs/tags/v${{ env.TAG_NAME }}',
+ sha: context.sha
40
})
CHANGELOG.md
@@ -18,3 +18,4 @@ 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