Skip to content

Commit

Permalink
[do not merge] get gh actions metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
eguzki committed Dec 19, 2023
1 parent 1bd09bc commit f452f60
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/issues-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- name: see repo
run: |
echo "github.repository" ${{ github.repository }}
echo "github.event.pull_request.head.repo.full_name" ${{ github.event.pull_request.head.repo.full_name }}
echo "github.repository_owner" ${{ github.repository_owner }}
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/Kuadrant/projects/18
Expand Down

0 comments on commit f452f60

Please sign in to comment.