Open
Description
We should have $GITHUB_SERVER_URL
and $GITHUB_REPOSITORY
in the environment. Any chance we can make this more portable by accepting a project number?
jobs:
add-new-issues:
runs-on: ubuntu-latest
steps:
- uses: srggrs/[email protected]
with:
project_number: 1
Activity