You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current Github Action is checking out the code from master instead of checking out the code from the PR that is the one that should be tested and deployed on the test URL.
Run actions/checkout@v3
Syncing repository: Igalia/wpewebkit.org
Getting Git version info
Temporarily overriding HOME='/home/runner/work/_temp/cc75343e-bb47-4a97-b36c-1646add25a2a' before making global git config changes
Adding repository directory to the temporary git global config as a safe directory
/usr/bin/git config --global --add safe.directory /home/runner/work/wpewebkit.org/wpewebkit.org
Deleting the contents of '/home/runner/work/wpewebkit.org/wpewebkit.org'
Initializing the repository
Disabling automatic garbage collection
Setting up auth
Fetching the repository
Determining the checkout info
Checking out the ref
/usr/bin/git log -1 --format='%H'
'5c1ecd97a563fa7c3705e6a7c236063270313053'
And 5c1ecd9 is current master, not the HEAD from the PR that has to be tested