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 abb76c3 commit 5f07e73Copy full SHA for 5f07e73
.github/workflows/api-compat-verification.yml
@@ -11,14 +11,13 @@ permissions:
11
id-token: write
12
contents: read
13
14
-env:
15
- WORKFLOW_START_TIME: ${{ github.event.created_at && github.event.created_at || github.run_id }}
16
-
17
jobs:
18
api-compat-verification:
19
runs-on: ubuntu-latest
20
steps:
21
- uses: actions/checkout@v2
+ - name: Set start time
+ run: echo "WORKFLOW_START_TIME=$(date +%s)" >> $GITHUB_ENV
22
- name: Check for API compatibility
23
if: ${{ !contains(github.event.pull_request.labels.*.name, 'acknowledge-api-break') }}
24
run: |
0 commit comments