Skip to content

Commit

Permalink
write to env file
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk committed Dec 4, 2024
1 parent 0cadefb commit 9042ac6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ jobs:
steps:
- name: Fix checkout
run: |
cat .env
echo "ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION=node16" >> .env
echo "ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION=node16" >> .env
cat .env
echo "ACTIONS_RUNNER_FORCED_INTERNAL_NODE_VERSION=node16" >> /home/runner/actions-runner/.env
echo "ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION=node16" >> /home/runner/actions-runner/.env
which env.sh
systemctl restart github-actions-runner.service
- name: Checkout
Expand Down

0 comments on commit 9042ac6

Please sign in to comment.