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 d38b49b commit 1d28bdaCopy full SHA for 1d28bda
.github/workflows/reusable-end-to-end-tests.yml
@@ -67,7 +67,7 @@ jobs:
67
steps:
68
- name: Configure environment variables
69
run: |
70
- echo "PHP_FPM_UID=$(id -u)" >> "$GITHUB_PATH"
+ echo "PHP_FPM_UID=$(id -u)" >> "$GITHUB_ENV"
71
echo "PHP_FPM_GID=$(id -g)" >> "$GITHUB_ENV"
72
73
- name: Checkout repository
0 commit comments