Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
wontonst committed Jan 27, 2025
1 parent f53ac72 commit e0cbb57
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/conventional_commits_title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,19 @@ jobs:
conventional_commit_title:
runs-on: [self-hosted, ARM64]
steps:
- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: ${{ secrets.GH_ACTIONS_HELPER_APP_ID }}
private-key: ${{ secrets.GH_ACTIONS_HELPER_PK }}
owner: ${{ github.repository_owner }}
- uses: actions/checkout@v4
with:
token: ${{ steps.app-token.outputs.token }}
repository: "chanzuckerberg/rzheng-test"
ref: "main"
path: "./foobar"
- name: Test output
run: cat ./foobar/target
- uses: actions/checkout@v3
- uses: ./.github/actions/conventional-commits

0 comments on commit e0cbb57

Please sign in to comment.