Skip to content

Commit

Permalink
This breaks everything nicely
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidokert committed May 16, 2023
1 parent a16f613 commit 367623e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/gn/action.yaml
Expand Up @@ -33,4 +33,10 @@ runs:
fi
gn gen $GITHUB_WORKSPACE/out/${BUILD_PLATFORM}_${{matrix.config}} --args="target_platform=\"${BUILD_PLATFORM}\" ${{matrix.sb_api_version}} ${{matrix.target_os}} ${{matrix.target_cpu}} ${extra_arguments} is_internal_build=false build_type=\"${{matrix.config}}\""
gn check $GITHUB_WORKSPACE/out/${BUILD_PLATFORM}_${{ matrix.config }}
echo we about to break this
git clone https://github.com/actions/checkout lol
git add lol
git config --global user.email "you@example.com"
git config --global user.name "Your Name"
git commit -m "Uohh" --no-verify
shell: bash

0 comments on commit 367623e

Please sign in to comment.