Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
data.go => embedded/data.go
  • Loading branch information
breml committed Nov 19, 2021
1 parent f07ec0c commit 683a47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
author_name: Lucas Bremgartner
author_email: [email protected]
message: 'Auto Update Mozilla Included CA Certificate List'
add: 'data.go'
add: 'embedded/data.go'

- name: Bump version and push tag
if: ${{ steps.commit_changes.outputs.committed == 'true' && steps.commit_changes.outputs.pushed == 'true' }}
Expand Down

0 comments on commit 683a47d

Please sign in to comment.