Skip to content

Commit

Permalink
attempt with the current user
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Jun 11, 2024
1 parent 6d9a460 commit 93d4a32
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ jobs:
- name: change ownership to exa user
run : |
useradd -r exa
chown -R exa .
echo "EXABGP_DAEMON_USER=exa" >> $GITHUB_ENV
echo "EXABGP_DAEMON_USER=$(whoami)" >> $GITHUB_ENV
echo $EXABGP_DAEMON_USER
- name: Lint with flake8
Expand Down

0 comments on commit 93d4a32

Please sign in to comment.