Skip to content

Commit 6d11df0

Browse files
committed
Fix file name
1 parent 6551312 commit 6d11df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/staging-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ jobs:
4949
# Use Github Actions marketplace
5050
- name: Upload file to GCP bucket
5151
run: |
52-
echo "Hello World!" >> date +"hello-%Y-%m-%dT%H:%M:%S.txt"
52+
echo "Hello World!" >> `date +"hello-%Y-%m-%dT%H:%M:%S.txt"`
5353
gcloud auth activate-service-account test-dashboard-cloud-run@moz-mobile-tools.iam.gserviceaccount.com --key-file=/tmp/gce-cloudsql-proxy/key.json --project=moz-mobile-tools
5454
gcloud storage cp hello-*.txt gs://backups-testrail-test-suites

0 commit comments

Comments
 (0)