Skip to content

Commit

Permalink
feat: add step to switch to root user in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganthepro committed Nov 27, 2024
1 parent 550dfd2 commit 047779b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
build-and-deploy:
runs-on: self-hosted
steps:
- name: switch to root
run: sudo -s

- name: Copy Repository
uses: actions/checkout@v4

Expand Down

0 comments on commit 047779b

Please sign in to comment.