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 88fcca3 commit c1c9d6fCopy full SHA for c1c9d6f
1 file changed
.github/workflows/release.yaml
@@ -26,6 +26,8 @@ jobs:
26
- uses: actions/checkout@v2
27
- name: verify and build
28
run: mkdir -p resources/ASCT-b_tables && cd src && make last_official_release official_release
29
+ - name: Define repository's owner
30
+ run: chown -R root /__w/ccf-validation-tools/ccf-validation-tools
31
- name: Commit report
32
run: |
33
git config --global user.name 'Anita Caron'
0 commit comments