Skip to content

Commit 73edf93

Browse files
authored
fix: correct action path in agent-restricted workflow (aws#323)
1 parent 2703683 commit 73edf93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/agent-restricted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- uses: actions/checkout@v6
6868

6969
- name: Run Strands Agent
70-
uses: ./
70+
uses: ./.github/actions/strands-action
7171
with:
7272
prompt: ${{ inputs.prompt }}
7373
provider: ${{ inputs.provider }}

0 commit comments

Comments
 (0)