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.
2 parents 649bcb8 + 697abb3 commit be5ba37Copy full SHA for be5ba37
Makefile
@@ -2,7 +2,7 @@
2
phony: help
3
4
# Release tag for the action
5
-VERSION := v0.9.1
+VERSION := v0.9.2
6
7
# GitHub Actions bogus variables
8
GITHUB_REF ?= refs/heads/null
action.yml
@@ -45,7 +45,7 @@ outputs:
45
description: Name of the branch code was pushed into
46
runs:
47
using: docker
48
- image: docker://devopsinfra/action-commit-push:v0.9.1
+ image: docker://devopsinfra/action-commit-push:v0.9.2
49
env:
50
GITHUB_TOKEN: ${{ inputs.github_token }}
51
branding:
0 commit comments