We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c5246 commit 6da1847Copy full SHA for 6da1847
.github/workflows/add-version.yml
@@ -70,7 +70,6 @@ jobs:
70
run: |
71
gpg --list-keys
72
echo "${{inputs.scala_version}}" >> scala-versions
73
- echo "foo" >> .github/workflows/ci.yml
74
sbt "generateAll;++${{inputs.scala_version}} test"
75
git add --all
76
git commit -m "Add ${{inputs.scala_version}} support"
0 commit comments