File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,10 +2,6 @@ name: Deploy Go Docker Image
22on :
33 workflow_call :
44 inputs :
5- actionsVersion :
6- required : true
7- type : string
8- description : The version of shared actions to run
95 stage :
106 required : true
117 type : string
@@ -116,7 +112,7 @@ jobs:
116112 heroku container:release -a ${{ inputs.herokuApp }} web
117113
118114 - name : Notify Bugsnag Sources
119- uses : anime-skip/github-actions/.github/actions/bugsnag-report-go-release@${{ inputs.actionsVersion }}
115+ uses : anime-skip/github-actions/.github/actions/bugsnag-report-go-release@v6
120116 with :
121117 apiKey : ${{ secrets.bugsnagApiKey }}
122118 version : ${{ steps.details.outputs.version }}
@@ -126,7 +122,7 @@ jobs:
126122 repository : ${{ inputs.repository }}
127123
128124 - name : Add Release to Grafana
129- uses : anime-skip/github-actions/.github/actions/grafana-release-annotation@${{ inputs.actionsVersion }}
125+ uses : anime-skip/github-actions/.github/actions/grafana-release-annotation@v6
130126 with :
131127 version : ${{ steps.details.outputs.version }}
132128 repository : ${{ inputs.repository }}
You can’t perform that action at this time.
0 commit comments