Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mborejdo committed Mar 11, 2022
1 parent 49e97bc commit f1c5f8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 12,7 @@ jobs:
with:
mode: 'tweet'
cli: ''
infile: '1463560516882866179'
infile: '20'
outfile: 'tweet'
- name: Uploading all tweetshots
uses: actions/upload-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1,3 1,3 @@
#! /bin/bash

docker run --rm -v $(pwd)/data:/github/workspace/data/ --workdir /github/workspace/data/ mborejdo/actions "tweet" "" "1463560516882866179" "xxx"
docker run --rm -v $(pwd)/data:/github/workspace/data/ --workdir /github/workspace/data/ mborejdo/actions "tweet" "" "1463560516882866179" "tweet"

0 comments on commit f1c5f8c

Please sign in to comment.