Skip to content

Commit

Permalink
[Dependencies] - Update .github/workflows/pull-request.yml to match t…
Browse files Browse the repository at this point in the history
…he template repo
  • Loading branch information
credfeto committed Oct 8, 2023
1 parent 68eb53f commit bc1326c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ concurrency:
cancel-in-progress: true

jobs:
info:
runs-on: ubuntu-latest
steps:
- run: sudo chown -R "$USER:$USER" "$GITHUB_WORKSPACE"
- run: |
echo "Branch: ${{env.HEAD_REF}}"
echo "Base Branch: ${{env.BASE_REF}}"
echo "Repo: ${{github.repository}}"
echo "Owner: ${{github.repository_owner}}"
pull-request:
runs-on: ubuntu-latest

Expand Down

0 comments on commit bc1326c

Please sign in to comment.