Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# doesn't start with an uppercase character.
# validateSingleCommit: true
updatePullRequest:
if: ${{ false }}
if: ${{ true }}
runs-on: ubuntu-latest
# needs: build
steps:
Expand All @@ -75,6 +75,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: "echo steps output header: ${{ toJson(steps.list_commits.outputs.headers) }}"
- run: "echo steps output data: ${{ toJson(steps.list_commits.outputs.data) }}"
- run: "echo steps output commit: ${{ toJson(steps.list_commits.outputs.data[0].commit) }}"
- name: Set version as env variable
run: echo "VERSION=$(date +'%Y-%m-%d-%H%M')-${GITHUB_SHA::8}" >> $GITHUB_ENV
- uses: octokit/request-action@v2.x
Expand Down
1 change: 1 addition & 0 deletions datetime.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
Mon Dec 12 14:33:19 UTC 2022
Mon Feb 14 12:56:00 UTC 2023