Skip to content

Commit

Permalink
Test with already changed blueprint.
Browse files Browse the repository at this point in the history
  • Loading branch information
costdev committed Nov 8, 2024
1 parent 5b0aaee commit 05f9f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playground-blueprint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
jq --tab '.plugins[0] |= "https://github-proxy.com/proxy/?repo='$GITHUB_REPOSITORY'&branch='$CURRENT_REF'"' assets/playground/blueprint.json > assets/playground/blueprint.json.tmp
mv assets/playground/blueprint.json.tmp assets/playground/blueprint.json
- name: Commit and Push Changes
- name: Commit and Push Changes1
run: |
if git diff --cached --quiet; then
git config --global user.name "github-actions[bot]"
Expand Down

0 comments on commit 05f9f70

Please sign in to comment.