Skip to content

Commit

Permalink
XXX debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mook-as committed Jun 6, 2024
1 parent 1db5ded commit f0ef495
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/go-work-sync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
jobs:
debug:
runs-on: ubuntu-latest
steps:
- run: echo ${{ github.ref }}
- run: echo ${{ github.event.pull_request.head.repo.full_name }}
- run: echo ${{ github.repository }}
update-sum:
# We only run this for pull requests from the same repository. This is
# important for security reasons, as we use pull_request_target.
Expand Down

0 comments on commit f0ef495

Please sign in to comment.