We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b964cd commit 78cf809Copy full SHA for 78cf809
1 file changed
action.yml
@@ -10,7 +10,7 @@ outputs:
10
description: 'Success'
11
runs:
12
using: 'docker'
13
- image: 'docker://docker.pkg.github.com/squzy/protoc-actions/protoc:latest'
+ image: 'squzy/protoc-actions@master'
14
args:
15
- ${{ inputs.path }}
16
branding:
0 commit comments