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 7382b09 commit 248dec9Copy full SHA for 248dec9
.github/workflows/build.yml
@@ -11,4 +11,4 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- name: Run Build CI workflow
14
- uses: adafruit/workflows-circuitpython-libs/build@main
+ uses: adafruit/workflows-circuitpython-libs/build@main
.github/workflows/release_gh.yml
@@ -15,4 +15,4 @@ jobs:
15
- name: Run GitHub Release CI workflow
16
uses: adafruit/workflows-circuitpython-libs/release-gh@main
17
with:
18
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments