Skip to content

Commit 17bdd5c

Browse files
committed
fix commit sha
1 parent d3a913c commit 17bdd5c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runs:
3939
using: "composite"
4040
steps:
4141
- name: Checkout PR Head
42-
uses: actions/checkout@d26b0d41bf4021c914eabfa7ba4dc03269578989 # v4.0.0
42+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
4343
with:
4444
token: ${{ inputs.github_token }}
4545
ref: refs/pull/${{ inputs.pull_number }}/head
@@ -60,8 +60,7 @@ runs:
6060
CUSTOM_GUIDELINES: ${{ inputs.custom_guidelines }}
6161

6262
- name: Run Augment Agent
63-
# Testing PR #9 commit SHA to verify directory structure compatibility
64-
uses: augmentcode/augment-agent@acf657cb99e573ee2ca730b4779e09045e4c8ce5
63+
uses: augmentcode/augment-agent@d26b0d41bf4021c914eabfa7ba4dc03269578989
6564
with:
6665
augment_session_auth: ${{ inputs.augment_session_auth }}
6766
github_token: ${{ inputs.github_token }}

0 commit comments

Comments
 (0)