Skip to content

Commit

Permalink
Test für die Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Korne127 committed Aug 12, 2024
1 parent 7810a54 commit 6f8a298
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release_nightly.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Release Nightly

permissions:
contents: write



on:
# Run nightly
schedule:
Expand Down Expand Up @@ -41,13 +46,13 @@ on:
uses: 1466587594/[email protected]
id: current_time_dashes
with:
format: YYYY-MM-DD
format: YYYY-MM-DD-hh-mm-ss

- name: Get current time with underscores
uses: 1466587594/[email protected]
id: current_time_underscores
with:
format: YYYY_MM_DD
format: YYYY_MM_DD_HH_MM_SS

- name: Create release
if: steps.activity.outputs.is_active == 'true'
Expand Down

0 comments on commit 6f8a298

Please sign in to comment.