Skip to content

Commit 3c1608f

Browse files
update yml file
1 parent bbb912d commit 3c1608f

4 files changed

Lines changed: 1951 additions & 1951 deletions

File tree

.github/workflows/workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow
12
name: Update Library
23
on:
34
issues:
@@ -22,9 +23,8 @@ jobs:
2223
2324
- name: Run Python script
2425
env:
25-
ISSUE_BODY: ${{ github.event.issue.body }}
26+
ISSUE_BODY: ${{ github.event.issue.body }} # Pass issue body as environment variable
2627
run: |
27-
echo "$ISSUE_BODY" > issue_body.json
2828
python update_library.py
2929
3030
- name: Commit changes
@@ -33,4 +33,4 @@ jobs:
3333
git config --global user.email "actions@github.com"
3434
git add data/library.json data/library.csv
3535
git commit -m "Update library data"
36-
git push
36+
git push

data/library.csv

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Book Title,Author,Barcode,Status,User
2-
"Pacific Northwest Storms of December 1-4, 2007 (Technical Council on Lifeline Earthquake Engineering Monograph)","Edited by Teresa Elliot, P.E. and Alex K. Tang, P.E.",2010000000007,Available,nan
2+
"Pacific Northwest Storms of December 1-4, 2007 (Technical Council on Lifeline Earthquake Engineering Monograph)","Edited by Teresa Elliot, P.E. and Alex K. Tang, P.E.",2010000000007,Checked Out,John Doe
33
Water Resources Engineering,"Ralph A. Wurbs, Wesley P. James",2010000000014,Available,nan
44
Applied Hydrogeology,C.W. Fetter,2010000000021,Available,nan
5-
Floods in a Changing Climate,"Slobodan P. Simonovic, Slobodan P. Simonović",2010000000045,Available,nan
5+
Floods in a Changing Climate,"Slobodan P. Simonovic, Slobodan P. Simonovi",2010000000045,Available,nan
66
Floods in a Changing Climate,Giuliano Di Baldassarre,2010000000052,Available,nan
77
Floods in a Changing Climate,"P. P. Mujumdar, D. Nagesh Kumar",2010000000069,Available,nan
88
Applied Hydrogeology (4th Edition),C.W. Fetter Jr.,2010000000076,Available,nan
@@ -161,7 +161,7 @@ Influence of Backfill Properties on the Collapse of Pipes Under Dynamic Loads,"J
161161
Influence if Sample Disturbance on Sand Response to Cyclic loading,"Kenji Mori, H. Bolton Seed, Clarence K, Chan",2010000001608,Available,nan
162162
Construction Soils Control,U.S Army Corps of Engineers,2010000001615,Available,nan
163163
Data Sheets Earth Dams,U.S Army Corps of Engineers,2010000001622,Available,nan
164-
Bureau of Reclamation Strong Motion instrumentation Assessment and Prioritization Tool,"Jon Ake, Dave Gillette, Dan OConnell, Gregg Scott, Chris Wood",2010000001639,Available,nan
164+
Bureau of Reclamation Strong Motion instrumentation Assessment and Prioritization Tool,"Jon Ake, Dave Gillette, Dan O’Connell, Gregg Scott, Chris Wood",2010000001639,Available,nan
165165
Earth Dams Volume II,U.S Army Corps of Engineers,2010000001646,Available,nan
166166
Proceedings of China-US Workshop on Eathquake Behavior of Arch Dams,"R. W. Cough, Zhang Guangdou",2010000001653,Available,nan
167167
"The December 7, 1988 Armenia, USSR Earthquake",EQE Engineering,2010000001660,Available,nan

0 commit comments

Comments
 (0)