Skip to content

Commit 884efa6

Browse files
committed
wip
1 parent a4e059f commit 884efa6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/generate_bindings.yml

+19
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@v4
2424

25+
- run: |
26+
echo "${{ github.base_ref }}"
27+
echo "${{ github.head_ref }}"
28+
echo "${{ github.event.pull_request.head }}"
29+
30+
- run: |
31+
echo "${{ github.event }}"
32+
2533
- uses: julia-actions/setup-julia@v1
2634
with:
2735
version: "1.10.2"
@@ -37,3 +45,14 @@ jobs:
3745
reviewers: |
3846
quinnj
3947
Octogonapus
48+
49+
# - name: Create Pull Request (from PR)
50+
# if: ${{ github.event}}
51+
# uses: peter-evans/create-pull-request@v6
52+
# with:
53+
# base: ${{ github.head_ref }}
54+
# commit-message: "Regenerate bindings"
55+
# title: "Regenerate bindings"
56+
# reviewers: |
57+
# quinnj
58+
# Octogonapus

0 commit comments

Comments
 (0)