Log before/after content
This commit is contained in:
parent
f0061e98e2
commit
31bdc323dd
1 changed files with 9 additions and 4 deletions
13
.github/workflows/set-timestamp.yaml
vendored
13
.github/workflows/set-timestamp.yaml
vendored
|
@ -21,7 +21,12 @@ jobs:
|
|||
key: wiki-meta-cache-${{ github.run_id }}
|
||||
restore-keys: |
|
||||
wiki-meta-cache
|
||||
- run: |
|
||||
echo "lastCheckedRecentChanges: '$TIMESTAMP'" > data/wiki-meta-cache.yaml
|
||||
env:
|
||||
TIMESTAMP: ${{ inputs.timestamp }}
|
||||
- name: Initial content
|
||||
run: |
|
||||
cat data/wiki-meta-cache.yaml
|
||||
- name: Change content
|
||||
run: |
|
||||
echo "lastCheckedRecentChanges: '${{ inputs.timestamp }}'" > data/wiki-meta-cache.yaml
|
||||
- name: Updated content
|
||||
run: |
|
||||
cat data/wiki-meta-cache.yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue