Skip to content

Commit

Permalink
dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
cherusk committed Jun 9, 2023
1 parent 7ea399a commit b2a0ec0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@ jobs:
- uses: actions/checkout@v2
- name: do post checkout
run: >
id;
stat api/*;
chown -R github-runner-nixos:users *;
pushd api && mask api generate && popd;
chown -R github-runner:users *
chown -R github-runner-nixos:users *;

0 comments on commit b2a0ec0

Please sign in to comment.