We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48c1ca0 + 5bd0aa8 commit f8b46eaCopy full SHA for f8b46ea
.github/workflows/r-ci.yml
@@ -35,15 +35,15 @@ jobs:
35
- name: Install linux dependencies
36
run: |
37
sudo apt-get install libcurl4-openssl-dev
38
- - name: Get month
39
- id: get-month
+ - name: Get date
+ id: get-date
40
41
- echo "::set-output name=month::$(/bin/date -u "+%Y%m")"
+ echo "::set-output name=date::$(/bin/date -u "+%Y%m%d")"
42
- name: Cache R packages
43
uses: actions/cache@v2
44
with:
45
path: ${{ env.R_LIBS_USER }}
46
- key: ${{ runner.os }}-r-facebook-survey-${{ steps.get-month.outputs.month }}
+ key: ${{ runner.os }}-r-facebook-survey-${{ steps.get-date.outputs.date }}
47
restore-keys: |
48
${{ runner.os }}-r-facebook-survey-
49
- name: Install R dependencies
0 commit comments