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.
1 parent d29e094 commit ff48317Copy full SHA for ff48317
.github/workflows/buildAndPublish.yml
@@ -200,7 +200,7 @@ jobs:
200
201
- name: Commit Release Files
202
if: steps.build.outputs.artifactsFound == 'true'
203
- uses: navikt/sf-platform/.github/actions/commitFiles@b19d1e1a7e4848135a979c17993a1fe8593ece0e
+ uses: navikt/sf-platform/.github/actions/commitFiles@ff060cd07e4bcb96889765a5a4a08fcaf3f8b920
204
with:
205
files: ${{ steps.create_release_files.outputs.files }}
206
commitMessage: 'Release files for "${{ env.RELEASE_NAME }}"'
0 commit comments