We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9954f7f commit 722d223Copy full SHA for 722d223
action.yml
@@ -39,7 +39,7 @@ runs:
39
using: "composite"
40
steps:
41
- name: Checkout PR Head
42
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
+ uses: actions/checkout@d26b0d41bf4021c914eabfa7ba4dc03269578989 # v4.0.0
43
with:
44
token: ${{ inputs.github_token }}
45
ref: refs/pull/${{ inputs.pull_number }}/head
@@ -60,7 +60,8 @@ runs:
60
CUSTOM_GUIDELINES: ${{ inputs.custom_guidelines }}
61
62
- name: Run Augment Agent
63
- uses: augmentcode/augment-agent@v0
+ # Testing PR #9 commit SHA to verify directory structure compatibility
64
+ uses: augmentcode/augment-agent@acf657cb99e573ee2ca730b4779e09045e4c8ce5
65
66
augment_session_auth: ${{ inputs.augment_session_auth }}
67
github_token: ${{ inputs.github_token }}
0 commit comments