We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1729ec2 commit fbd58f8Copy full SHA for fbd58f8
1 file changed
.github/workflows/main.yml
@@ -31,6 +31,10 @@ jobs:
31
- 6379:6379
32
33
steps:
34
+ - name: Dump GitHub context
35
+ env:
36
+ GITHUB_CONTEXT: ${{ toJson(github.event) }}
37
+ run: echo "$GITHUB_CONTEXT"
38
39
- name: Checkout repository
40
uses: actions/checkout@v2
@@ -111,7 +115,7 @@ jobs:
111
115
112
116
- id: pacake_meta_info
113
117
name: Create package meta information
114
- if: github.event.release.base.ref == '2.x.x.RELEASE'
118
+ #if: github.event.release.base.ref == '2.x.x.RELEASE'
119
run: |
120
echo "::set-output name=commit_sha::$(git rev-parse --short HEAD)"
121
echo "::set-output name=package_timestamp::$(date +%Y-%m-%d_%H-%M-%S)"
0 commit comments