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.
mozcentral.version
1 parent a62c1c7 commit 92b95c3Copy full SHA for 92b95c3
.github/workflows/update-mozcentral-version.yaml
@@ -25,7 +25,7 @@ jobs:
25
)
26
echo "MOZCENTRAL_VERSION=$COMMIT_HASH" >> $GITHUB_ENV
27
- name: Update `mozcentral.version` File
28
- run: echo $MOZCENTRAL_VERSION > mozcentral.version
+ run: echo -n $MOZCENTRAL_VERSION > mozcentral.version
29
- name: Create Pull Request
30
uses: peter-evans/create-pull-request@v6
31
with:
mozcentral.version
@@ -1 +1 @@
1
-bc4609b7aa7a3dff961f43d527bc66c5c85f6f4b
+bc4609b7aa7a3dff961f43d527bc66c5c85f6f4b
0 commit comments