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 318220e commit 1fd50d1Copy full SHA for 1fd50d1
.github/workflows/build-all.yml
@@ -47,7 +47,7 @@ jobs:
47
id: impl
48
env:
49
GH_REPOSITORY: ${{ github.repository }}
50
- run: echo "name=$(echo '${GH_REPOSITORY}' | awk -F '/' '{print $2}')" >> $GITHUB_OUTPUT
+ run: echo "name=$(echo ${GH_REPOSITORY} | awk -F '/' '{print $2}')" >> $GITHUB_OUTPUT
51
52
- name: Install bowtie
53
uses: bowtie-json-schema/bowtie@main
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
- name: Compute latest implementation version
40
id: version
0 commit comments