Skip to content

Commit

Permalink
TMP - testing github's actual sample
Browse files Browse the repository at this point in the history
  • Loading branch information
JordonPhillips committed Nov 13, 2024
1 parent e1d0283 commit f820539
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/provided-example.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: "Github's example one"
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- run: |
date > generated.txt
# Note: the following account information will not work on GHES
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add .
git commit -m "generated"
git push

0 comments on commit f820539

Please sign in to comment.