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
Oh, that was because the checkout action was having changes from the develop branch AND the PR branch. I thought that it's probably a better idea to just limit the checkout to the PR branch, hence the github.head_ref.
It seems like this would cause the checkout action to checkout the PR branch, which would not belong to us => It has no permission => Script would fail.
Currently the bot:peek command failes (https://github.com/devicons/devicon/pull/217/checks?check_run_id=1671030442). I think this is because of the
ref: ${{ github.head_ref }}
https://github.com/devicons/devicon/blob/develop/.github/workflows/peek_icons.yml#L13
It was merged in #460 and the problem will occur in the other workflow scripts as well I think. @Thomas-Boi what was the reason you changed this? :)
The text was updated successfully, but these errors were encountered: