We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c145a5 commit 42cc4b1Copy full SHA for 42cc4b1
.github/workflows/release.yml
@@ -8,8 +8,8 @@ jobs:
8
publish:
9
runs-on: ubuntu-latest
10
steps:
11
+ - uses: actions/checkout@v3
12
- name: Checkout and Set Git User
- uses: actions/checkout@v3
13
run: |
14
git config --global user.name "Brandon Bothell"
15
git config --global user.email "bothellbrandon@gmail.com"
0 commit comments