Skip to content

Commit 211b845

Browse files
committed
feat: update commit context and payload structure; add logging for commit processing
1 parent cef1a8e commit 211b845

File tree

11 files changed

+26
-31369
lines changed

11 files changed

+26
-31369
lines changed

.github/workflows/commit-context.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
REPORT_API_TOKEN: ${{ secrets.REPORT_API_TOKEN }}
2323
USER_INFO_SERVICE_ENDPOINT: ${{ secrets.USER_INFO_SERVICE_ENDPOINT }}
2424
USER_INFO_SERVICE_TOKEN: ${{ secrets.USER_INFO_SERVICE_TOKEN }}
25-
RESOURCE_ID: example_resource
26-
ACTIVITY_NAME: non-repellat
25+
RESOURCE_ID: disprot
26+
ACTIVITY_NAME: region_state_generation
2727
LEAGUE: default
28+
2829
# RESOURCE_URL: https://mortified-goldfish.biz/

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ bower_components
4040

4141
# Compiled binary addons (https://nodejs.org/api/addons.html)
4242
build/Release
43-
43+
dist
4444
# Dependency directories
4545
jspm_packages/
4646

@@ -100,3 +100,6 @@ __tests__/runner/*
100100
# IDE files
101101
.idea
102102
*.code-workspace
103+
104+
# Environement secrets
105+
.secrets

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ A GitHub Action that reports pushes to your repository to APICURON, associating
3535
RESOURCE_ID: 'your-resource-id' # e.g., repository ID
3636
ACTIVITY_NAME: 'commit' # APICURON activity type
3737
LEAGUE: 'default' # APICURON league
38-
Change
38+

bin/act

19.4 MB
Binary file not shown.

dist/index.d.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)