diff options
| author | Bobby <[email protected]> | 2022-11-10 23:59:34 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-10 23:59:34 -0500 |
| commit | 34218989355e93a356a7cf1e8571dfd92e612250 (patch) | |
| tree | 3bfec7c95425034ea12bfdf0310c271cc05cfbda /.github/workflows | |
| parent | 99da56c588b85e45dfca57d9da2f4ff090efbc94 (diff) | |
| download | thatcomputerscientist-34218989355e93a356a7cf1e8571dfd92e612250.tar.xz thatcomputerscientist-34218989355e93a356a7cf1e8571dfd92e612250.zip | |
Testing workflow
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 22482dff..8ed3fbe8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,4 +6,4 @@ jobs: runs-on: "self-hosted" steps: - uses: actions/checkout@v2 - - run: sh "echo Script Running" + - run: echo "Deploying..." |
