Skip to content

Commit

Permalink
Update lint.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gr812b committed Mar 19, 2024
1 parent b8e1c1f commit 85ccf0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions
name: Lint Demo
run-name: "Testing-${{GITHUB_HEAD_REF}}:-${{GITHUB_REF#refs/heads/}}"
run-name: Testing

on: [pull_request]

Expand All @@ -12,7 +12,7 @@ jobs:
steps:
- run: echo "${{ toJson(github) }}"

- run: echo "${{ toJson(job) }}"
- run: echo ${GITHUB_REF##*/}

- run: echo "${{ toJson(steps) }}"
- run: echo "${{ toJson(GITHUB_REF) }}"

0 comments on commit 85ccf0f

Please sign in to comment.