Skip to content

Commit

Permalink
Update action.yml to run with prebuilt docker image for new version 0…
Browse files Browse the repository at this point in the history
….3.5
  • Loading branch information
ponylang-main committed Feb 9, 2023
1 parent 07b1117 commit 109febe
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: 'Changelog Bot'
description: 'Updates a changelog if certain labels are set'
runs:
using: 'docker'
image: 'Dockerfile'
description: Updates a changelog if certain labels are set
inputs:
git_user_name:
description: 'Name to associate with commits'
required: true
git_user_email:
description: 'Email to associate with commits'
description: Email to associate with commits
required: true
git_user_name:
description: Name to associate with commits
required: true
name: Changelog Bot
runs:
image: docker://ponylang/changelog-bot-action:0.3.5
using: docker

0 comments on commit 109febe

Please sign in to comment.