mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
Fix: commit not showing (#2566)
* testing * remove test * fix * fix typo * chore: remove path from flag
This commit is contained in:
@@ -61,7 +61,7 @@ jobs:
|
||||
run: |
|
||||
mkdir -p ./commitData
|
||||
echo $GITHUB_SHA > ./commitData/sha
|
||||
echo $GITHUB_REPOSITORY > ./commitData/repo
|
||||
echo "$GITHUB_ACTOR"/discordeno > ./commitData/repo
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: commitData
|
||||
|
||||
@@ -16,7 +16,7 @@ jobs:
|
||||
- name: Check Formatting
|
||||
run: deno fmt --check
|
||||
|
||||
# change if any prod code changed, skip test without chnage
|
||||
# change if any prod code changed, skip test without change
|
||||
path-filter:
|
||||
name: Check Path Changes
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user