Skip to content

Commit 0780c0d

Browse files
authored
Add timestamp update for issue creation
Add step to update the 'Last Issue created at' timestamp.
1 parent 6e3b6ec commit 0780c0d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/update-nonce.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ jobs:
3232
with:
3333
token: ${{ secrets.GITHUB_TOKEN }}
3434

35+
- name: Update Issue created-at time
36+
run: |
37+
# Update the "Last Issue create at" time
38+
TIMESTAMP=$(date -u +"%Y-%m-%d %H:%M:%S UTC")
39+
40+
41+
3542
- name: Update nonce in README
3643
if: steps.check-nonce.outputs.contains_nonce == 'true'
3744
run: |

0 commit comments

Comments
 (0)