diff options
| author | Bobby <[email protected]> | 2022-11-10 23:58:41 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-10 23:58:41 -0500 |
| commit | 99da56c588b85e45dfca57d9da2f4ff090efbc94 (patch) | |
| tree | d5eab60443fd964bfe298c752390b75807b6f919 /.github | |
| parent | 30c44f0148c40130320591bd56bca8707a251eec (diff) | |
| download | thatcomputerscientist-99da56c588b85e45dfca57d9da2f4ff090efbc94.tar.xz thatcomputerscientist-99da56c588b85e45dfca57d9da2f4ff090efbc94.zip | |
Testing workflow
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d7e5bb82..22482dff 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,6 +6,4 @@ jobs: runs-on: "self-hosted" steps: - uses: actions/checkout@v2 - - name: Run Script - working-directory: _work - run: sh /home/ubuntu/deploy.sh + - run: sh "echo Script Running" |
