Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
Signed-off-by: sk593 <[email protected]>
  • Loading branch information
sk593 committed Jul 2, 2024
1 parent 49ae43b commit 47a42af
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish-bicep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
run: |
echo "commit_hash_short=$(git rev-parse HEAD --short)" >> $GITHUB_OUTPUT
echo "gh_uri=https://github.com/radius-project/bicep-types-aws/tree/$(git rev-parse HEAD)/artifacts/bicep" >> $GITHUB_OUTPUT
- name: Clone https://github.com/radius-project/bicep
uses: actions/checkout@v3
with:
Expand All @@ -116,6 +116,10 @@ jobs:
mkdir -p workflow-temp/bicep/src/Bicep.Types.Aws/generated
cp -R artifacts/bicep/* workflow-temp/bicep/src/Bicep.Types.Aws/generated
- name: Find GH pull request number
run: |
echo ${{ github.event.pull_request.number }}
- name: Create Pull Request in radius-project/bicep repo
uses: peter-evans/create-pull-request@v4
with:
Expand Down

0 comments on commit 47a42af

Please sign in to comment.