We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
$GITHUB_SERVER_URL
$GITHUB_REPOSITORY
jobs: add-new-issues: runs-on: ubuntu-latest steps: - uses: srggrs/[email protected] with: project_number: 1
The text was updated successfully, but these errors were encountered:
Actually, this works just fine as well.
name: Add new issues to project board on: issues: types: [opened] env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} jobs: add-new-issues: runs-on: ubuntu-latest steps: - uses: srggrs/[email protected] with: project: 'https://github.com/${{ github.repository }}/projects/1'
Sorry, something went wrong.
No branches or pull requests
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?The text was updated successfully, but these errors were encountered: