We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f9ac2 commit bed236aCopy full SHA for bed236a
1 file changed
.github/workflows/benchmark.yml
@@ -37,6 +37,13 @@ jobs:
37
steps:
38
- uses: actions/checkout@v4
39
40
+ - name: Debug GitHub context
41
+ run: |
42
+ echo "repository=${{ github.repository }}"
43
+ echo "ref=${{ github.ref }}"
44
+ echo "actor=${{ github.actor }}"
45
+ echo "event=${{ github.event_name }}"
46
+
47
- name: Configure AWS credentials from OIDC
48
uses: aws-actions/configure-aws-credentials@v4
49
with:
0 commit comments