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
Fix 'project_name' argument used by automerge workflow (#18)
Before this change the automerge workflow tries to fetch the repository
name from Github using the `env` context. However, GitHub's automatic
environment variables are not placed in the `env` context.
This updates the workflow to fetch the information from the
corresponding variable in the `github` context instead.
0 commit comments