Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:
using: "composite"
steps:
- name: Checkout PR Head
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
uses: actions/checkout@d26b0d41bf4021c914eabfa7ba4dc03269578989 # v4.0.0
with:
token: ${{ inputs.github_token }}
ref: refs/pull/${{ inputs.pull_number }}/head
Expand All @@ -60,7 +60,8 @@ runs:
CUSTOM_GUIDELINES: ${{ inputs.custom_guidelines }}

- name: Run Augment Agent
uses: augmentcode/augment-agent@v0
# Testing PR #9 commit SHA to verify directory structure compatibility
uses: augmentcode/augment-agent@acf657cb99e573ee2ca730b4779e09045e4c8ce5
with:
augment_session_auth: ${{ inputs.augment_session_auth }}
github_token: ${{ inputs.github_token }}
Expand Down
Loading