Skip to content

Commit

Permalink
feat: [ANDROAPP-6165] workflow dispatch test
Browse files Browse the repository at this point in the history
  • Loading branch information
xavimolloy committed May 22, 2024
1 parent bea376b commit 56915a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Continuous Delivery
name: Continuous change name test

env:

Expand All @@ -22,7 +22,7 @@ jobs:
# Set Current Date As Env Variable
- name: Set current date as env variable
id: date
run: echo "date_today=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
run: echo "::set-output name=date::$(date +'%Y-%m-%d')"

# Set Repository Name As Env Variable
- name: Set repository name as env variable
Expand Down

0 comments on commit 56915a9

Please sign in to comment.