Skip to content

Commit

Permalink
Find repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
pitag-ha committed Nov 16, 2023
1 parent 1c0f4a1 commit 69c8b7c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/context.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Fuzzy CI

on:
push:
branches: [ check-out-github-action-context ]
# pull_request:
# branches: [ fuzzy-ci-artefacts-approach ]
# types: [ opened, synchronize, reopened, unlabeled, labeled ]

env:
LABEL_NAME: "fuzzy-diff-looks-good"

jobs:
github-context:
runs-on: ubuntu-20.04
name: Checkout github context
steps:
- name: Find repo URL
run: echo ${{ github.event.repository.html_url }}

0 comments on commit 69c8b7c

Please sign in to comment.