Skip to content

Commit 84b18c0

Browse files
committed
Updates
1 parent 2260680 commit 84b18c0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/demo.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
container:
2323
image: archlinux
24-
options: --tty --interactive
24+
options: --attach --tty --interactive
2525

2626
steps:
2727
- uses: actions/checkout@v3
@@ -31,7 +31,8 @@ jobs:
3131

3232
- name: Get time for cache
3333
id: cache_time
34-
run: echo "::set-output name=time::$(date +%F-%T)"
34+
run: |
35+
echo "time=$(date +%F-%T)" >> ${GITHUB_STATE}
3536
3637
- name: Set up cache
3738
uses: actions/cache@master

0 commit comments

Comments
 (0)