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 f453759 commit b8b12efCopy full SHA for b8b12ef
.github/workflows/main.yml
@@ -1,7 +1,7 @@
1
2
name: CI
3
4
-on: [pull_request]
+on: [push, pull_request]
5
6
env:
7
VERSION: 1337.0.0
@@ -17,7 +17,7 @@ jobs:
17
run: |
18
echo "::set-env name=BRANCH::$(echo ${GITHUB_REF#refs/heads/} | sed 's/\//_/g')"
19
echo "::set-env name=COMMIT::$GITHUB_SHA"
20
- echo Version $VERSION - Branch $BRANCH - Commit $COMMIT
+ - run: echo Version $VERSION - Branch $BRANCH - Commit $COMMIT
21
- uses: actions/checkout@v1
22
- name: Update tokens in project files
23
uses: cschleiden/replace-tokens@v1
0 commit comments