Skip to content

Commit 3f4efe3

Browse files
committed
Update
1 parent 68ca7bd commit 3f4efe3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/01-Build-Blocks-v1.1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
run: echo "Hello, World!"
1313
- name: Tworze pliki
1414
run: |
15-
echo "To jest plik 1" > plik1.txt
15+
echo "$GITHUB_SHA" > plik1.txt
1616
echo "To jest plik 2" > plik2.txt
1717
- name: Wyświetlam zawartość katalogu
1818
run: ls -la

0 commit comments

Comments
 (0)