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 edc643e commit f0efa80Copy full SHA for f0efa80
.github/workflows/release-staging.yml
@@ -10,7 +10,7 @@ jobs:
10
if: github.ref != 'refs/heads/release' && !endsWith(github.ref, '-releasebranch')
11
steps:
12
- name: Log warning
13
- - run: echo "This workflow must be run in a release branch. It is being run in ${{ github.ref }}."
+ run: echo "This workflow must be run in a release branch. It is being run in ${{ github.ref }}."
14
deploy:
15
name: Staging Release
16
runs-on: ubuntu-latest
0 commit comments