Skip to content

Commit

Permalink
Merge pull request #76 from devops-infra/release/0.9.2
Browse files Browse the repository at this point in the history
Bump release to 0.9.2
  • Loading branch information
ChristophShyper committed Nov 10, 2022
2 parents 649bcb8 + 697abb3 commit be5ba37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -2,7 +2,7 @@
phony: help

# Release tag for the action
VERSION := v0.9.1
VERSION := v0.9.2

# GitHub Actions bogus variables
GITHUB_REF ?= refs/heads/null
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -45,7 +45,7 @@ outputs:
description: Name of the branch code was pushed into
runs:
using: docker
image: docker://devopsinfra/action-commit-push:v0.9.1
image: docker://devopsinfra/action-commit-push:v0.9.2
env:
GITHUB_TOKEN: ${{ inputs.github_token }}
branding:
Expand Down

0 comments on commit be5ba37

Please sign in to comment.