Skip to content

Commit

Permalink
fix: codegen-build-test with workflow dispatch & custom branch names (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelkins authored Dec 14, 2023
1 parent 58bc3e5 commit b07d672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codegen-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v3
- name: Select smithy-swift branch
run: |
ORIGINAL_REPO_HEAD_REF="$GITHUB_HEAD_REF" \
ORIGINAL_REPO_HEAD_REF="${GITHUB_HEAD_REF:-$GITHUB_REF_NAME}" \
DEPENDENCY_REPO_URL="https://github.com/smithy-lang/smithy-swift.git" \
./scripts/ci_steps/select_dependency_branch.sh
- name: Checkout smithy-swift
Expand Down

0 comments on commit b07d672

Please sign in to comment.